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!)
A121293 a(n) = Bell(3*n+2). 2
2, 52, 4140, 678570, 190899322, 82864869804, 51724158235372, 44152005855084346, 49631246523618756274, 71339801938860275191172, 128064670049908713818925644, 281600203019560266563340426570, 746289892095625330523099540639146 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Even Bell numbers. A000110 except A134715. - Vladimir Reshetnikov, Nov 02 2015
LINKS
FORMULA
E.g.f.: exp(-1)*Sum_{n>=0}(n^2*exp(n^3*x)/n!).
MAPLE
seq(combinat:-bell(3*k+2), k=0..20); # Robert Israel, Nov 02 2015
MATHEMATICA
Table[ BellB[3*n + 2], {n, 0, 10}] (* Jean-François Alcover, Dec 13 2012 *)
PROG
(PARI) a000110(n) = n!*polcoeff(exp(exp(x+x*O(x^n))-1), n);
vector(20, n, n--; a000110(3*n+2)) \\ Altug Alkan, Nov 02 2015
CROSSREFS
Sequence in context: A216611 A246485 A340837 * A246743 A057106 A080973
KEYWORD
easy,nonn
AUTHOR
Vladeta Jovovic, Aug 24 2006
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 May 29 05:22 EDT 2024. Contains 372921 sequences. (Running on oeis4.)