A210257 Construct a triangle with centered rows in which row n contains n copies of n; form the componentwise sum of the first n rows and concatenate these decimal numbers to get a(n).
1, 212, 32423, 4364634, 548696845, 651081291281056, 7612101512161215101267, 87141218152016201518121478, 981614211824202520241821141689, 109181624212824302530242821241618910
Offset: 1
Examples
...1................a(1) = 1 ..2 2...............a(2) = 212 .3 3 3..............a(3) = 32423 4 4 4 4.............a(4) = 4364634
Extensions
Definition edited by N. J. A. Sloane, Jan 11 2020
Comments