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!)
A356819 Expansion of e.g.f. exp(-x * exp(2*x)). 2
1, -1, -3, -1, 41, 239, 229, -8401, -87151, -324577, 3238541, 70271519, 601086265, 142860431, -81504662539, -1393683935281, -10777424809951, 63537986981183, 3552608426329117, 60283510555017023, 441644419610814281, -6191820436867600081 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: Sum_{k>=0} (-x)^k / (1 - 2*k*x)^(k+1).
a(n) = Sum_{k=0..n} (-1)^k * (2*k)^(n-k) * binomial(n,k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(-x*exp(2*x))))
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=0, N, (-x)^k/(1-2*k*x)^(k+1)))
(PARI) a(n) = sum(k=0, n, (-1)^k*(2*k)^(n-k)*binomial(n, k));
CROSSREFS
Sequence in context: A050817 A125082 A307803 * A362166 A136517 A366479
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)