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!)
A351968 a(0) = 1; a(n) = Sum_{k=0..floor((n-1)/3)} binomial(n-1,3*k) * a(k) * a(n-3*k-1). 2
1, 1, 1, 1, 2, 6, 16, 37, 114, 478, 1907, 6777, 28414, 148580, 758930, 3580294, 18982050, 117888762, 720679726, 4193516446, 26798335830, 191775198574, 1353198262531, 9303932353127, 69303156652024, 559295471922890, 4454686099742810, 35198016469190740 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
E.g.f.: exp( Sum_{n>=0} a(n) * x^(3*n+1) / (3*n+1)! ).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n - 1, 3 k] a[k] a[n - 3 k - 1], {k, 0, Floor[(n - 1)/3]}]; Table[a[n], {n, 0, 27}]
CROSSREFS
Sequence in context: A074082 A212383 A333881 * A097813 A167821 A093041
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 26 2022
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 15 22:54 EDT 2024. Contains 374334 sequences. (Running on oeis4.)