cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

Original entry on oeis.org

1, 212, 32423, 4364634, 548696845, 651081291281056, 7612101512161215101267, 87141218152016201518121478, 981614211824202520241821141689, 109181624212824302530242821241618910
Offset: 1

Views

Author

Dave Durgin, Mar 19 2012

Keywords

Comments

A109242 may be constructed using a similar pyramid algorithm:
....1..........a(1) = 1
...1 1.........a(2) = 111
..1 1 1........a(3) = 11211
.1 1 1 1.......a(4) = 1122211

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