The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A293493 E.g.f.: exp(x/(1 - x^3)). 5
1, 1, 1, 1, 25, 121, 361, 5881, 62161, 365905, 5145841, 84831121, 812318761, 11450816521, 243450591385, 3371056121161, 51784222133281, 1275605799044641, 23531635543402081, 410559590525890465, 11089633716053137081, 256375957896260034841, 5161258224477109736521 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
E.g.f.: Product_{k>0} exp(x^(3*k-2)).
a(n) ~ exp(2*sqrt(3*n)/3 - n + 1/6) * n^(n-1/4) / (sqrt(2) * 3^(1/4)). - Vaclav Kotesovec, Oct 10 2017
a(0) = 1; a(n) = Sum_{k=0..floor((n-1)/3)} binomial(n-1,3*k) * (3*k+1)! * a(n-3*k-1). - Ilya Gutkovskiy, Feb 24 2022
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(x/(1-x^3))))
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(prod(k=1, N, exp(x^(3*k-2)))))
CROSSREFS
Cf. A293494.
Sequence in context: A274783 A354553 A367719 * A356629 A362571 A198040
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 10 2017
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 May 14 11:40 EDT 2024. Contains 372532 sequences. (Running on oeis4.)