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!)
A321819 a(n) = Sum_{d|n, n/d odd} d^10 for n > 0. 3

%I #28 Jan 09 2023 01:50:47

%S 1,1024,59050,1048576,9765626,60467200,282475250,1073741824,

%T 3486843451,10000001024,25937424602,61918412800,137858491850,

%U 289254656000,576660215300,1099511627776,2015993900450,3570527693824,6131066257802,10240001048576

%N a(n) = Sum_{d|n, n/d odd} d^10 for n > 0.

%H Seiichi Manyama, <a href="/A321819/b321819.txt">Table of n, a(n) for n = 1..10000</a>

%H J. W. L. Glaisher, <a href="https://books.google.com/books?id=bLs9AQAAMAAJ&amp;pg=RA1-PA1">On the representations of a number as the sum of two, four, six, eight, ten, and twelve squares</a>, Quart. J. Math. 38 (1907), 1-62 (see p. 4 and p. 8).

%H <a href="/index/Ge#Glaisher">Index entries for sequences mentioned by Glaisher</a>.

%F G.f.: Sum_{k>=1} k^10*x^k/(1 - x^(2*k)). - _Ilya Gutkovskiy_, Dec 22 2018

%F From _Amiram Eldar_, Nov 02 2022: (Start)

%F Multiplicative with a(2^e) = 2^(10*e) and a(p^e) = (p^(10*e+10)-1)/(p^10-1) for p > 2.

%F Sum_{k=1..n} a(k) ~ c * n^11, where c = 2047*zeta(11)/22528 = 0.090909606... . (End)

%F Dirichlet g.f.: zeta(s)*zeta(s-10)*(1-1/2^s). - _Amiram Eldar_, Jan 09 2023

%t a[n_] := DivisorSum[n, #^10 &, OddQ[n/#] &]; Array[a, 30] (* _Amiram Eldar_, Nov 26 2018 *)

%o (PARI) apply( A321819(n)=sumdiv(n,d,if(bittest(n\d,0),d^10)), [1..30]) \\ _M. F. Hasler_, Nov 26 2018

%Y Cf. A321543 - A321565, A321807 - A321836 for related sequences.

%Y Cf. A013669.

%K nonn,mult

%O 1,2

%A _N. J. A. Sloane_, Nov 24 2018

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 April 25 19:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)