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!)
A121292 a(n) = Bell(3*n+1). 1
1, 15, 877, 115975, 27644437, 10480142147, 5832742205057, 4506715738447323, 4638590332229999353, 6160539404599934652455, 10293358946226376485095653, 21195039388640360462388656799, 52868366208550447901945575624941, 157450588391204931289324344702531067 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: exp(-1)*Sum_{n>=0} n*exp(n^3*x)/n!.
MATHEMATICA
Table[ BellB[3*n + 1], {n, 0, 10}] (* Jean-François Alcover, Dec 13 2012 *)
PROG
(PARI) a(n)={my(k=3*n+1); k!*polcoef(exp(exp(x + O(x*x^k)) - 1), k)} \\ Andrew Howroyd, Jan 08 2020
CROSSREFS
Sequence in context: A223818 A208349 A358802 * A208304 A258796 A232364
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Aug 24 2006
EXTENSIONS
Terms a(11) and beyond from Andrew Howroyd, Jan 08 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 June 11 00:20 EDT 2024. Contains 373283 sequences. (Running on oeis4.)