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!)
A362205 Expansion of e.g.f. exp(x/(1-3*x)^(1/3)). 1
1, 1, 3, 19, 185, 2401, 38731, 745123, 16630769, 422157025, 12005107091, 377957000851, 13048046175913, 490052749100929, 19890724260375515, 867582126490694371, 40467070835396193761, 2009901604798183428673, 105901641663222888913699 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} (-3)^k * binomial(-(n-k)/3,k)/(n-k)! = n! * Sum_{k=0..n} 3^(n-k) * binomial(n-2*k/3-1,n-k)/k!.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(x/(1-3*x)^(1/3))))
CROSSREFS
Sequence in context: A006531 A326550 A352236 * A242369 A202617 A143633
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Apr 11 2023
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 June 8 17:52 EDT 2024. Contains 373227 sequences. (Running on oeis4.)