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!)
A356820 Expansion of e.g.f. exp(-x * exp(3*x)). 2
1, -1, -5, -10, 73, 1004, 5473, -15562, -746447, -9174088, -41916959, 823985546, 24629093641, 335144105828, 1248594602305, -67564407472426, -2160461588461343, -34957074099518608, -154556217713939903, 10500560586914149250, 409146670525578079801 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: Sum_{k>=0} (-x)^k / (1 - 3*k*x)^(k+1).
a(n) = Sum_{k=0..n} (-1)^k * (3*k)^(n-k) * binomial(n,k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(-x*exp(3*x))))
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=0, N, (-x)^k/(1-3*k*x)^(k+1)))
(PARI) a(n) = sum(k=0, n, (-1)^k*(3*k)^(n-k)*binomial(n, k));
CROSSREFS
Sequence in context: A156102 A120834 A089745 * A358491 A316305 A317260
KEYWORD
sign
AUTHOR
Seiichi Manyama, Aug 29 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 23 06:59 EDT 2024. Contains 374544 sequences. (Running on oeis4.)