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!)
A362176 Expansion of e.g.f. exp(x * (1-2*x)). 4
1, 1, -3, -11, 25, 201, -299, -5123, 3249, 167185, 50221, -6637179, -8846903, 309737689, 769776645, -16575533939, -62762132639, 998072039457, 5265897058909, -66595289781995, -466803466259079, 4860819716300521, 44072310882063157, -383679824152382691 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = a(n-1) - 4*(n-1)*a(n-2) for n > 1.
a(n) = n! * Sum_{k=0..floor(n/2)} (-2)^k / (k! * (n-2*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x*(1-2*x))))
CROSSREFS
Column k=4 of A362277.
Sequence in context: A025529 A124078 A096795 * A160039 A272296 A051925
KEYWORD
sign,easy
AUTHOR
Seiichi Manyama, Apr 10 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 6 06:55 EDT 2024. Contains 372290 sequences. (Running on oeis4.)