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

%I #37 Jan 09 2023 01:46:23

%S 0,1,16,82,256,626,1312,2402,4096,6643,10016,14642,20992,28562,38432,

%T 51332,65536,83522,106288,130322,160256,196964,234272,279842,335872,

%U 391251,456992,538084,614912,707282,821312,923522,1048576,1200644,1336352,1503652,1700608

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

%C Multiplicative because this sequence is the Dirichlet convolution of A000035 and A000583 which are both multiplicative. - _Andrew Howroyd_, Aug 05 2018

%H Robert Israel, <a href="/A285989/b285989.txt">Table of n, a(n) for n = 0..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 a(n) = A051001(n)*16^A007814(n) for n >= 1. - _Robert Israel_, Apr 30 2017

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

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

%F Sum_{k=1..n} a(k) ~ c * n^5, where c = 31*zeta(5)/160 = 0.200904... . (End)

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

%p f:= n -> add((n/d)^4, d = numtheory:-divisors(n/2^padic:-ordp(n,2))); # _Robert Israel_, Apr 30 2017

%t {0}~Join~Table[DivisorSum[n, Mod[#, 2] (n/#)^4 &], {n, 36}] (* _Michael De Vlieger_, Aug 05 2018 *)

%o (PARI) a(n)={sumdiv(n, d, (d%2)*(n/d)^4)} \\ _Andrew Howroyd_, Aug 05 2018

%Y Sum_{0<d|n, n/d odd} d^k: A002131 (k=1), A076577 (k=2), A007331 (k=3), this sequence (k=4), A096960 (k=5), A096961 (k=7), A096962 (k=9), A096963 (k=11).

%Y Cf. A000035, A000583, A007814, A013663, A051001, A206623, A285990.

%K nonn,mult

%O 0,3

%A _Seiichi Manyama_, Apr 30 2017

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 June 12 10:35 EDT 2024. Contains 373331 sequences. (Running on oeis4.)