登录
A063937号
n的酉因子之和是一个大于1的平方。
4
3, 8, 22, 24, 66, 70, 76, 94, 115, 119, 170, 210, 214, 217, 228, 252, 265, 282, 310, 316, 322, 345, 357, 382, 385, 490, 497, 510, 517, 522, 527, 580, 612, 642, 651, 679, 710, 716, 742, 745, 782, 795, 801, 833, 862, 889, 920, 930, 935, 948, 952, 966, 970
抵消
1,1
评论
n的幺正除数是n的除数d,使得gcd(d,n/d)=1。
链接
阿米拉姆·埃尔达尔,n=1..10000时的n,a(n)表(Harry J.Smith第1..1000条)
配方奶粉
a(n)>1和A010052号(A034448号(a(n))=1。 -莱因哈德·祖姆凯勒2012年8月15日
例子
3的幺正因子是1,3,那么3+1=4就是一个正方形。
数学
udQ[n_]:=模块[{totdivs=Total[Sort[Flatten[Outer[Times,Sequence@@({1,#}&/@Power@@FactorInteger[n])]]]},totdivs>1&&IntegerQ[Sqrt[totdivs]]];选择[Range[1000],udQ](*哈维·P·戴尔,2012年4月22日,使用Eric Weisstein在https://mathworld.wolfram.com/UnitaryDivisor.html *)
黄体脂酮素
(PARI)us(n)=sumdiv(n,d,if(gcd(d,n/d)==1,d))
{n=0;对于(m=1,10^9,u=us(m);如果(issquare(u)&&u>1,写入(“b063937.txt”,n++,“”,m);若(n==1000,中断))}\\哈里·史密斯2009年9月3日
(哈斯克尔)
导入数据。列表(findIndices)
a063937 n=a063937_列表!!(n-1)
a063937_list=地图(+2)$
查找索引((==1)。a010052)$tail a034448_list
--莱因哈德·祖姆凯勒2012年8月15日
关键词
容易的,美好的,非n
作者
费利斯·拉索2001年8月31日
状态
经核准的