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!)
A362188 Expansion of e.g.f. exp(x/(1-3*x)^(2/3)). 1
1, 1, 5, 43, 513, 7781, 142861, 3075255, 75879553, 2110145833, 65275127541, 2222656864451, 82595058938305, 3325666654250253, 144214230714973693, 6700048267934377231, 331988586859256529921, 17475202293073669341905, 973765103770578798536293 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..n} (-3)^k * binomial(-2*(n-k)/3,k)/(n-k)! = n! * Sum_{k=0..n} 3^(n-k) * binomial(n-k/3-1,n-k)/k!.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(x/(1-3*x)^(2/3))))
CROSSREFS
Sequence in context: A231277 A188365 A107720 * A299425 A360618 A060053
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 May 7 06:57 EDT 2024. Contains 372300 sequences. (Running on oeis4.)