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!)
A368270 a(n) = Sum_{k=0..n} 2^(n-k) * k^n. 0
1, 1, 6, 47, 490, 6417, 101178, 1866139, 39425322, 938856053, 24883226698, 726510389607, 23169961642698, 801435579830329, 29884247978965146, 1195036047465095027, 51016725208899539626, 2315820594694418639325, 111384453953719146198762 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ A309419 * n^n. - Vaclav Kotesovec, Dec 26 2023
PROG
(PARI) a(n) = sum(k=0, n, 2^(n-k)*k^n);
CROSSREFS
Sequence in context: A104256 A289211 A307567 * A332238 A353548 A192887
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Dec 25 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 May 1 03:12 EDT 2024. Contains 372148 sequences. (Running on oeis4.)