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”).

A192661
Floor-Sqrt transform of central Stirling numbers of the second kind (A007820).
0
1, 1, 2, 9, 41, 206, 1150, 7023, 46279, 325845, 2432608, 19138508, 157893016, 1360356046, 12197663221, 113489506443, 1092914231524, 10869407462093, 111421588497433, 1175241503062627, 12735340966302227, 141585732942425447, 1612917155538690101
OFFSET
0,3
FORMULA
a(n) = floor(sqrt(stirling2(2*n,n))).
MATHEMATICA
Table[Floor[Sqrt[StirlingS2[2n, n]]], {n, 0, 100}]
PROG
(Maxima) makelist(floor(sqrt(stirling2(2*n, n))), n, 0, 24);
CROSSREFS
Sequence in context: A270766 A181375 A152052 * A020038 A330016 A056845
KEYWORD
nonn
AUTHOR
Emanuele Munarini, Jul 07 2011
STATUS
approved