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!)
A330019 Expansion of e.g.f. 1 / (1 - Sum_{k>=1} binomial(k,floor(k/2)) * x^k / k!). 0
1, 1, 4, 21, 150, 1330, 14180, 176295, 2505230, 40049226, 711379872, 13899553206, 296270826852, 6841305568812, 170127212242416, 4532854743105975, 128824523061126750, 3890041395675793930, 124375112406132404960, 4197530354920789582410, 149118181703716510545260 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: 1 / (2 - BesselI(0,2*x) - BesselI(1,2*x)).
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n,k) * A001405(k) * a(n-k).
MATHEMATICA
nmax = 20; CoefficientList[Series[1/(2 - BesselI[0, 2 x] - BesselI[1, 2 x]), {x, 0, nmax}], x] Range[0, nmax]!
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n, k] Binomial[k, Floor[k/2]] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 20}]
CROSSREFS
Sequence in context: A183387 A346430 A324236 * A025164 A335848 A316370
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 27 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 March 28 03:28 EDT 2024. Contains 371235 sequences. (Running on oeis4.)