login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A121292
a(n) = Bell(3*n+1).
1
1, 15, 877, 115975, 27644437, 10480142147, 5832742205057, 4506715738447323, 4638590332229999353, 6160539404599934652455, 10293358946226376485095653, 21195039388640360462388656799, 52868366208550447901945575624941, 157450588391204931289324344702531067
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