登录
A166650个
素数p的a(p)=10*(p+1)的全乘序列。
2
1, 30, 40, 900, 60, 1200, 80, 27000, 1600, 1800, 120, 36000, 140, 2400, 2400, 810000, 180, 48000, 200, 54000, 3200, 3600, 240, 1080000, 3600, 4200, 64000, 72000, 300, 72000, 320, 24300000, 4800, 5400, 4800, 1440000, 380, 6000, 5600, 1620000, 420
抵消
1,2
链接
配方奶粉
与a(p^e)=(10*(p+1))^e相乘。如果n=乘积p(k)^e(k),则a(n)=乘积(10*。
a(n)=A165831号(n)*A003959号(n) =10^ bigomega(n)*A003959美元(n) =10^A001222号(n)*A003959号(n) ●●●●。
数学
a[1]=1;a[n_]:=(fi=FactorInteger[n];时间@@((fi[[All,1]]+1)^fi[[Al,2]]));表[a[n]*10^(PrimeOmega[n]),{n,1,100}](*G.C.格雷贝尔2016年5月21日*)
f[p_,e_]:=(10*(p+1))^e;a[1]=1;a[n_]:=倍@@f@@FactorInteger[n];数组[a,100](*阿米拉姆·埃尔达尔2023年10月17日*)
关键词
非n,容易的,多重
作者
状态
经核准的