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

A134728
Concatenation of next n perfect numbers.
0
6, 28496, 8128335503368589869056, 13743869132823058430081399521282658455991569831744654692615953842176191561942608236107294793378084303638130997321548169216
OFFSET
1,1
COMMENTS
The next term -- a(5) -- has 1592 digits. - Harvey P. Dale, Apr 04 2022
MATHEMATICA
Module[{nn=5}, FromDigits[Flatten[IntegerDigits/@#]]&/@TakeList[ PerfectNumber[ Range[ (nn(nn+1))/2]], Range[nn]]] (* Harvey P. Dale, Apr 04 2022 *)
CROSSREFS
Cf. A053067, A132928, A133013. Perfect numbers: A000396.
Sequence in context: A159429 A367944 A283888 * A127488 A294322 A274058
KEYWORD
base,easy,nonn
AUTHOR
Omar E. Pol, Nov 12 2007
STATUS
approved