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.

A112367 a(n) = A000217(n-k), where k is the largest triangular number less than n.

Original entry on oeis.org

0, 0, 1, 0, 1, 3, 0, 1, 3, 6, 0, 1, 3, 6, 10, 0, 1, 3, 6, 10, 15, 0, 1, 3, 6, 10, 15, 21, 0, 1, 3, 6, 10, 15, 21, 28, 0, 1, 3, 6, 10, 15, 21, 28, 36, 0, 1, 3, 6, 10, 15, 21, 28, 36, 45, 0, 1, 3, 6, 10, 15, 21, 28, 36, 45, 55, 0, 1, 3, 6, 10
Offset: 0

Views

Author

Amarnath Murthy, Sep 12 2005

Keywords

Examples

			a(9) = T(9-6) = T(3) = 6. 6 < 9 < 10.
		

Programs

Formula

a(n) = A000217(n-A057944(n)). - R. J. Mathar, Nov 05 2011