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!)
A336961 Expansion of e.g.f. exp(x * (2 + x) * exp(x)). 1
1, 2, 10, 56, 384, 3022, 26626, 258624, 2734360, 31168682, 380196414, 4932536908, 67717987948, 979613124414, 14877703575130, 236469561581768, 3922587278751504, 67743812585483218, 1215417753459838198, 22609895367286957572, 435341977596130683316 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Exponential transform of the oblong numbers (A002378).
LINKS
FORMULA
E.g.f.: exp(x * (2 + x) * exp(x)).
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n-1,k-1) * k * (k + 1) * a(n-k).
MATHEMATICA
nmax = 20; CoefficientList[Series[Exp[x (2 + x) Exp[x]], {x, 0, nmax}], x] Range[0, nmax]!
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n - 1, k - 1] k (k + 1) a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 20}]
CROSSREFS
Sequence in context: A097971 A191277 A290443 * A265954 A093303 A199163
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Aug 09 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 24 05:33 EDT 2024. Contains 371918 sequences. (Running on oeis4.)