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!)
A317170 Expansion of e.g.f. exp(exp(x) - 1)*BesselI(1,2*(exp(x) - 1))/(exp(x) - 1). 1

%I #7 Mar 27 2019 03:56:43

%S 1,1,3,11,48,242,1374,8619,58923,434595,3431263,28817120,256100717,

%T 2397920319,23567078396,242343368931,2600148486462,29036252825090,

%U 336754427112094,4048299252733563,50357053778129599,647129716643654763,8579133975080008700,117178742009906802080,1646975673395621229201

%N Expansion of e.g.f. exp(exp(x) - 1)*BesselI(1,2*(exp(x) - 1))/(exp(x) - 1).

%C Stirling transform of the Motzkin numbers (A001006).

%H N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/StirlingTransform.html">Stirling Transform</a>

%F a(n) = Sum_{k=0..n} Stirling2(n,k)*A001006(k).

%p a:=series(exp(exp(x) - 1)*BesselI(1,2*(exp(x) - 1))/(exp(x) - 1), x=0, 26): seq(n!*coeff(a, x, n), n=0..24); # _Paolo P. Lava_, Mar 26 2019

%t nmax = 24; CoefficientList[Series[Exp[Exp[x] - 1] BesselI[1, 2 (Exp[x] - 1)]/(Exp[x] - 1), {x, 0, nmax}], x] Range[0, nmax]!

%t Table[Sum[StirlingS2[n, k] Hypergeometric2F1[(1 - k)/2, -k/2, 2, 4], {k, 0, n}], {n, 0, 24}]

%Y Cf. A001006, A064856, A086672, A317169.

%K nonn

%O 0,3

%A _Ilya Gutkovskiy_, Jul 23 2018

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 24 07:35 EDT 2024. Contains 371922 sequences. (Running on oeis4.)