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!)
A294120 E.g.f.: exp(3*((1+x)^3 - 1)). 2
1, 9, 99, 1233, 16929, 251829, 4012011, 67876461, 1211592897, 22700600001, 444567396051, 9068604811209, 192115381719969, 4216003141209453, 95631348748295259, 2237799925576748709, 53928909429116324481, 1336410276724468307961 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 3^(2*n/3 - 1/2) * n^(2*n/3) * exp(-2 + 3^(1/3)*n^(1/3) + 3^(2/3)*n^(2/3) - 2*n/3). - Vaclav Kotesovec, Oct 23 2017
MATHEMATICA
nmax = 20; CoefficientList[Series[E^(3*((1+x)^3 - 1)), {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Oct 23 2017 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(3*((1+x)^3-1))))
CROSSREFS
Column k=3 of A294118.
Sequence in context: A232943 A245927 A233907 * A015685 A051581 A356100
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 23 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 April 19 02:04 EDT 2024. Contains 371782 sequences. (Running on oeis4.)