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!)
A130906 Expansion of e.g.f. exp(x^3/3!)/(1-x). 3
1, 1, 2, 7, 28, 140, 850, 5950, 47600, 428680, 4286800, 47154800, 565873000, 7356349000, 102988886000, 1544834691400, 24717355062400, 420195036060800, 7563510839684800, 143706705954011200, 2874134119080224000, 60356816536896880000, 1327849963811731360000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ n! * exp(1/6). - Vaclav Kotesovec, Aug 04 2014
a(n) = n! * Sum_{k=0..floor(n/3)} 1/(6^k * k!). - Seiichi Manyama, Feb 27 2024
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[x^3/6]/(1-x), {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 10 2018 *)
CROSSREFS
Sequence in context: A276080 A352659 A030875 * A009628 A186763 A182249
KEYWORD
nonn
AUTHOR
Karol A. Penson, Jun 08 2007
EXTENSIONS
More terms from Harvey P. Dale, May 10 2018
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)