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!)
A367506 a(n) = Sum_{d|n} (d+n)^n. 1
2, 25, 280, 6017, 107776, 3897218, 107510656, 4867995713, 204519070720, 10904505179450, 585061309782016, 38168392129581810, 2481946587976990720, 185404290282527361386, 14389574562121084305408, 1221867855128546542385409, 108430221517525671050739712 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = Sum_{k=0..n} n^(n-k) * binomial(n,k) * sigma_k(n).
PROG
(PARI) a(n) = sumdiv(n, d, (d+n)^n);
CROSSREFS
Sequence in context: A249893 A085830 A270346 * A212022 A198710 A074209
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 21 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 July 28 23:06 EDT 2024. Contains 374727 sequences. (Running on oeis4.)