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!)
A308865 a(n) = Sum_{k>=0} k^(2*n+1)/2^(k+1). 0
1, 13, 541, 47293, 7087261, 1622632573, 526858348381, 230283190977853, 130370767029135901, 92801587319328411133, 81124824998504073881821, 85438451336745709294580413, 106697365438475775825583498141, 155897763918621623249276226253693, 263478385263023690020893329044576861 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..2*n+1} k!*Stirling2(2*n+1,k).
a(n) = A000670(2*n+1).
a(n) ~ sqrt(Pi) * 2^(2*n + 1) * n^(2*n + 3/2) / (exp(2*n) * (log(2))^(2*n + 2)). - Vaclav Kotesovec, Sep 25 2019
MATHEMATICA
Table[Sum[k^(2 n + 1)/2^(k + 1), {k, 0, Infinity}], {n, 0, 14}]
Table[Sum[k! StirlingS2[2 n + 1, k], {k, 0, 2 n + 1}], {n, 0, 14}]
CROSSREFS
Sequence in context: A023332 A309204 A229263 * A143601 A282837 A203360
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jun 29 2019
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 17 10:44 EDT 2024. Contains 374377 sequences. (Running on oeis4.)