cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A065765 Sum of divisors of twice square numbers.

This page as a plain text file.
%I A065765 #24 Dec 18 2024 22:27:26
%S A065765 3,15,39,63,93,195,171,255,363,465,399,819,549,855,1209,1023,921,1815,
%T A065765 1143,1953,2223,1995,1659,3315,2343,2745,3279,3591,2613,6045,2979,
%U A065765 4095,5187,4605,5301,7623,4221,5715,7137,7905,5169,11115,5679,8379,11253
%N A065765 Sum of divisors of twice square numbers.
%C A065765 The sum of divisors of 2m^2 [twice a square] always gives remainder r = 3 modulo 6. See A097022.
%H A065765 T. D. Noe, <a href="/A065765/b065765.txt">Table of n, a(n) for n = 1..10000</a>
%F A065765 a(n) = sigma(2*n^2) = A000203(2*A000290(n)).
%F A065765 a(n) = 3*A065766(n).
%F A065765 Sum_{k=1..n} a(k) ~ c * n^3, where c = 12*zeta(3)/Pi^2 = 1.461525... . - _Amiram Eldar_, Oct 28 2022
%t A065765 DivisorSigma[1,2*Range[50]^2] (* _Harvey P. Dale_, Sep 06 2015 *)
%o A065765 (PARI) a(n) = { sigma(2*n^2) } \\ _Harry J. Smith_, Oct 30 2009
%Y A065765 Cf. A000203, A000290, A002117, A028982, A065766, A097022.
%K A065765 nonn
%O A065765 1,1
%A A065765 _Labos Elemer_, Nov 19 2001