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!)
A323672 Expansion of e.g.f. exp(exp(x)*BesselI(1,2*x)/x - 1). 0
1, 1, 3, 11, 50, 267, 1633, 11195, 84745, 700332, 6262087, 60146704, 616841371, 6720592647, 77453291594, 940701503518, 12001369992614, 160373548837863, 2238995849944224, 32584082576638311, 493289434851850445, 7754247825363510168, 126354223534523911670, 2131014061115010861375 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} A001006(k)*binomial(n-1,k-1)*a(n-k).
MAPLE
seq(n!*coeff(series(exp(exp(x)*BesselI(1, 2*x)/x-1), x=0, 24), x, n), n=0..23); # Paolo P. Lava, Jan 28 2019
MATHEMATICA
nmax = 23; CoefficientList[Series[Exp[Exp[x] BesselI[1, 2 x]/x - 1], {x, 0, nmax}], x] Range[0, nmax]!
a[n_] := a[n] = Sum[Hypergeometric2F1[(1 - k)/2, -k/2, 2, 4] Binomial[n - 1, k - 1] a[n - k], {k, 1, n}]; a[0] = 1; Table[a[n], {n, 0, 23}]
CROSSREFS
Sequence in context: A024334 A162477 A115081 * A103466 A346762 A354323
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 23 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 21 12:49 EDT 2024. Contains 374474 sequences. (Running on oeis4.)