A330574 a(n) = r_2(n)^2*d(n+1), where r_2 = A004018, d = A000005.
1, 32, 32, 0, 32, 256, 0, 0, 48, 64, 128, 0, 0, 256, 0, 0, 32, 384, 32, 0, 256, 0, 0, 0, 0, 576, 256, 0, 0, 512, 0, 0, 64, 0, 256, 0, 32, 256, 0, 0, 128, 512, 0, 0, 0, 256, 0, 0, 0, 96, 576, 0, 128, 512, 0, 0, 0, 0, 128, 0, 0, 256, 0, 0, 64, 2048, 0, 0, 256, 0, 0, 0, 32, 256, 384, 0, 0, 0, 0, 0, 320, 64, 128, 0, 0
Offset: 0
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 0..10000
- Karl-Heinz Indlekofer, Eine asymptotische Formel in der Zahlentheorie, (German) Arch. Math. (Basel) 23 (1972), 619-624. MR0318080 (47 #6629).
Programs
-
Mathematica
Table[SquaresR[2, n]^2 * DivisorSigma[0, n+1], {n, 0, 100}] (* Amiram Eldar, Mar 05 2020 *)
Extensions
Offset corrected by Amiram Eldar, Mar 05 2020