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!)
A337012 a(n) = exp(-1/2) * Sum_{k>=0} (2*k + n)^n / (2^k * k!). 0
1, 2, 11, 92, 1025, 14232, 236403, 4568720, 100670529, 2490511776, 68341981051, 2059882505408, 67645498798721, 2403948686290816, 91914992104815459, 3762299973887526144, 164148252324092964993, 7604537914425558921728, 372812121514187124192875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = n! * [x^n] exp(n*x + (exp(2*x) - 1) / 2).
a(n) = Sum_{k=0..n} binomial(n,k) * n^(n-k) * A004211(k).
MATHEMATICA
Table[n! SeriesCoefficient[Exp[n x + (Exp[2 x] - 1)/2], {x, 0, n}], {n, 0, 18}]
Unprotect[Power]; 0^0 = 1; Table[Sum[Binomial[n, k] n^(n - k) 2^k BellB[k, 1/2], {k, 0, n}], {n, 0, 18}]
CROSSREFS
Sequence in context: A366402 A222080 A122708 * A322767 A292424 A225623
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 11 2020
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 17 15:16 EDT 2024. Contains 375227 sequences. (Running on oeis4.)