The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A294190 Expansion of e.g.f. exp(3*(1/(1-x)^3 - 1)). 2
1, 9, 117, 1881, 35505, 763209, 18309861, 483213033, 13876068609, 429885495945, 14269174133301, 504579048629049, 18917482749919857, 748904109963227721, 31194958415494252005, 1363010131166317306569, 62300347592864208824961 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: exp(3*(1/(1-x)^3 - 1)).
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[3(1/(1-x)^3-1)], {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Mar 03 2018 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(3*(1/(1-x)^3-1))))
CROSSREFS
Column k=3 of A294188.
Cf. A202826.
Sequence in context: A304184 A255521 A027396 * A113344 A305968 A367473
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 24 2017
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 21 17:21 EDT 2024. Contains 372738 sequences. (Running on oeis4.)