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!)
A336588 Sum_{n>=0} a(n) * x^n / (n!)^2 = exp(x) * BesselI(0,2*sqrt(exp(x) - 1)). 1
1, 2, 9, 67, 725, 10616, 200767, 4740149, 136113217, 4656324934, 186642121061, 8647446227487, 457854954921949, 27435354945248732, 1844986431192663683, 138229607701444447561, 11464234006789370705537, 1046538415206891196153834, 104623195637603009050593697 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} Stirling2(n+1,k+1) / k!.
MATHEMATICA
nmax = 18; CoefficientList[Series[Exp[x] BesselI[0, 2 Sqrt[Exp[x] - 1]], {x, 0, nmax}], x] Range[0, nmax]!^2
Table[n! Sum[StirlingS2[n + 1, k + 1]/k!, {k, 0, n}], {n, 0, 18}]
PROG
(PARI) a(n) = n! * sum(k=0, n, stirling(n+1, k+1, 2) / k!); \\ Michel Marcus, Jul 27 2020
CROSSREFS
Sequence in context: A296793 A366336 A352410 * A322612 A364337 A186183
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 26 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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)