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!)
A321815 Sum of 11th powers of odd divisors of n. 3

%I #36 Nov 02 2022 10:28:44

%S 1,1,177148,1,48828126,177148,1977326744,1,31381236757,48828126,

%T 285311670612,177148,1792160394038,1977326744,8649804864648,1,

%U 34271896307634,31381236757,116490258898220,48828126,350279478046112,285311670612,952809757913928

%N Sum of 11th powers of odd divisors of n.

%H Seiichi Manyama, <a href="/A321815/b321815.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 Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/OddDivisorFunction.html">Odd Divisor Function</a>.

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

%F a(n) = A013959(A000265(n)) = sigma_11(odd part of n); in particular, a(2^k) = 1 for all k >= 0. - _M. F. Hasler_, Nov 26 2018

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

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

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

%F Sum_{k=1..n} a(k) ~ c * n^12, where c = zeta(12)/24 = 691*Pi^12/15324309000 = 0.0416769... . (End)

%t a[n_] := DivisorSum[n, #^11&, OddQ[#]&]; Array[a, 20] (* _Amiram Eldar_, Dec 07 2018 *)

%o (PARI) apply( A321815(n)=sigma(n>>valuation(n,2),11), [1..30]) \\ _M. F. Hasler_, Nov 26 2018

%o (GAP) List(List(List([1..25],j->DivisorsInt(j)),i->Filtered(i,k->IsOddInt(k))),m->Sum(m,n->n^11)); # _Muniru A Asiru_, Dec 07 2018

%o (Python)

%o from sympy import divisor_sigma

%o def A321815(n): return int(divisor_sigma(n>>(~n&n-1).bit_length(),11)) # _Chai Wah Wu_, Jul 16 2022

%Y Column k=11 of A285425.

%Y Cf. A050999, A051000, A051001, A051002, A321810 - A321816 (analog for 2nd .. 12th powers).

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

%Y Cf. A000265, A013670, A013959.

%K nonn,mult

%O 1,3

%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 12:27 EDT 2024. Contains 371969 sequences. (Running on oeis4.)