|
Search: id:A068939
|
|
|
| A068939 |
|
Bell(n^2), where Bell(n) are the Bell numbers, cf. A000110. |
|
+0 2
|
|
| 1, 1, 15, 21147, 10480142147, 4638590332229999353, 3819714729894818339975525681317, 10726137154573358400342215518590002633917247281
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
FORMULA
|
a(n) = EXP(-1)*sum(k=>0, k^(n^2)/k!). - Benoit Cloitre (benoit7848c(AT)orange.fr), May 19 2002
Integral representation as n-th moment of a positive function on a positive half-axis, in Maple notation: a(n)=int(x^n*(sum(exp(-ln(x)^2/(4*ln(k)))/(k!*sqrt(ln(k))), k=2..infinity)/(2*exp(1)*sqrt(Pi)*x)+Dirac(1-x)/exp(1)), x=0..infinity), n=0, 1...
|
|
PROGRAM
|
(PARI) for(n=0, 50, print1(round(sum(i=0, 1000, i^(n^2)/(i)!)/exp(1)), ", "))
|
|
CROSSREFS
|
Cf. A000110.
Sequence in context: A140285 A112614 A068732 this_sequence A104682 A013756 A078185
Adjacent sequences: A068936 A068937 A068938 this_sequence A068940 A068941 A068942
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Karol A. Penson (penson(AT)lptl.jussieu.fr), Mar 08 2002
|
|
|
Search completed in 0.002 seconds
|