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!)
A359054 a(n) = Sum_{d|n} sigma_d(d)^d. 3

%I #16 Aug 27 2023 17:03:11

%S 1,26,21953,5554571867,298500366308609377,

%T 11413459460309090640625021978,

%U 256925761343390078522337875137209684721665,6476754651706496208416137876625690606552226172163824554588

%N a(n) = Sum_{d|n} sigma_d(d)^d.

%H Seiichi Manyama, <a href="/A359054/b359054.txt">Table of n, a(n) for n = 1..26</a>

%F G.f.: Sum_{k >= 1} (sigma_k(k) * x)^k/(1 - x^k).

%t a[n_] := DivisorSum[n, DivisorSigma[#, #]^# &]; Array[a, 8] (* _Amiram Eldar_, Aug 27 2023 *)

%o (PARI) a(n) = sumdiv(n, d, sigma(d, d)^d);

%o (PARI) my(N=10, x='x+O('x^N)); Vec(sum(k=1, N, (sigma(k, k)*x)^k/(1-x^k)))

%Y Cf. A344047, A359052, A359053.

%K nonn

%O 1,2

%A _Seiichi Manyama_, Dec 14 2022

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 July 14 02:38 EDT 2024. Contains 374291 sequences. (Running on oeis4.)