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!)
A002983 Expansion of e.g.f. 1/(1 - x*exp(x) + x^2*exp(2*x)). 1
1, 1, 2, -3, -92, -1015, -8274, -35483, 496280, 18127377, 344895130, 4427896781, 15653147412, -1300426685831, -53961316375498, -1345994948213355, -20836853905979984, 60576513730122017, 19579099820703961266, 894668319876527296669, 26059066415716831363820 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
nmax=20; CoefficientList[Series[1/(1-x*Exp[x]+x^2*Exp[2*x]), {x, 0, nmax}], x] Range[0, nmax]! (* Jinyuan Wang, Mar 17 2020 *)
PROG
(PARI) my(x='x+O('x^25)); Vec(serlaplace(1/(1 - x*exp(x) + x^2*exp(2*x)))) \\ Michel Marcus, Mar 17 2020
CROSSREFS
Sequence in context: A042901 A356796 A356786 * A118167 A291932 A247652
KEYWORD
sign
AUTHOR
EXTENSIONS
More terms from Jinyuan Wang, Mar 17 2020
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 23 12:08 EDT 2024. Contains 371912 sequences. (Running on oeis4.)