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.

A125777 Moessner triangle based on A000217.

Original entry on oeis.org

1, 3, 6, 13, 28, 21, 69, 161, 137, 55, 433, 1078, 1017, 477, 120, 3141, 8245, 8437, 4460, 1337, 231, 25873, 71008, 77620, 45058, 15415, 3220, 406, 238629, 680451, 786012, 492264, 186729, 44955, 6930, 666, 2436673, 7184170, 8699205, 5804448, 2394150
Offset: 1

Views

Author

Gary W. Adamson, Dec 07 2006

Keywords

Comments

Begin with the triangular numbers A000217 and circle every T(k)-th term, getting the doubly triangular numbers, A002817. Per instructions shown in A125714, take partial sums of the uncircled terms in row 1, denoting this as row 2. Circle the row 2 terms which are one place to the left of row 1 terms. Take partial sums again in analogous operations for subsequent rows.
Left border = A104989: (1, 3, 13, 69, 433...). Right border = the doubly triangular numbers starting (1, 6, 21...): A002817.

Examples

			First few rows of the triangle are as follows:
    1;
    3,    6;
   13,   28,   21;
   69,  161,  137,  55;
  433, 1078, 1017, 477, 120;
  ...
		

References

  • J. H. Conway and R. K. Guy, "The Book of Numbers", Springer-Verlag, 1996, p. 64.

Crossrefs

Extensions

More terms from Joshua Zucker, Jun 17 2007