The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065765 Sum of divisors of twice square numbers. 6
3, 15, 39, 63, 93, 195, 171, 255, 363, 465, 399, 819, 549, 855, 1209, 1023, 921, 1815, 1143, 1953, 2223, 1995, 1659, 3315, 2343, 2745, 3279, 3591, 2613, 6045, 2979, 4095, 5187, 4605, 5301, 7623, 4221, 5715, 7137, 7905, 5169, 11115, 5679, 8379, 11253 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sum of divisors of 2m^2 [twice a square] always gives remainder r = 3 modulo 6. See A097022.
LINKS
FORMULA
a(n) = sigma(2*n^2) = A000203(2*A000290(n)).
a(n) = 3*A065766(n).
Sum_{k=1..n} a(k) ~ c * n^3, where c = 12*zeta(3)/Pi^2 = 1.461525... . - Amiram Eldar, Oct 28 2022
MATHEMATICA
DivisorSigma[1, 2*Range[50]^2] (* Harvey P. Dale, Sep 06 2015 *)
PROG
(PARI) { for (n=1, 10000, write("b065765.txt", n, " ", sigma(2*n^2)) ) } \\ Harry J. Smith, Oct 30 2009
CROSSREFS
Sequence in context: A176661 A117561 A353679 * A318738 A146853 A183476
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 19 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 10:07 EDT 2024. Contains 372532 sequences. (Running on oeis4.)