Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A367551 a(n) = Sum_{d|n} (d^2+1)^n. 1
2, 29, 1008, 84162, 11881408, 2566742098, 781250000128, 318651789038947, 167619551409708544, 110462353708225871026, 89116503268220597579776, 86380568889558343409300388, 99045780329059370000000008192 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n,k) * sigma_{2*k}(n).
PROG
(PARI) a(n) = sumdiv(n, d, (d^2+1)^n);
CROSSREFS
Sequence in context: A090251 A087281 A024234 * A077282 A059725 A112784
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 22 2023
STATUS
approved

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 August 18 15:26 EDT 2024. Contains 375269 sequences. (Running on oeis4.)