[go: up one dir, main page]

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

A132938
Concatenation of first n Bell numbers.
2
1, 11, 112, 1125, 112515, 11251552, 11251552203, 11251552203877, 112515522038774140, 11251552203877414021147, 11251552203877414021147115975, 11251552203877414021147115975678570
OFFSET
0,2
LINKS
MATHEMATICA
Module[{nn=20, b}, b=BellB[Range[0, nn]]; Table[FromDigits[Flatten[ IntegerDigits/@ Take[b, n]]], {n, nn}]] (* Harvey P. Dale, Mar 01 2020 *)
CROSSREFS
Bell or exponential numbers: A000110. Cf. A007908, A019518, A059996.
Sequence in context: A372074 A132939 A059996 * A056618 A190872 A024145
KEYWORD
easy,nonn,base
AUTHOR
Omar E. Pol, Sep 12 2007
STATUS
approved