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.

A072039 Row of Zorach additive triangle in which n appears (or 0 in the unlikely event that it does not).

Original entry on oeis.org

1, 2, 2, 3, 5, 3, 4, 6, 3, 7, 4, 5, 6, 8, 9, 11, 4, 7, 10, 12, 13, 14, 5, 8, 6, 4, 15, 17, 9, 16, 7, 19, 18, 10, 11, 12, 21, 20, 22, 5, 13, 8, 14, 23, 24, 26, 27, 6, 15, 35, 25, 30, 9, 28, 29, 7, 16, 17, 31, 33, 18, 32, 10, 34, 19, 5, 36, 40, 11, 20, 12, 37, 8, 39, 21, 22, 13, 38, 45, 43
Offset: 1

Views

Author

Henry Bottomley, Jun 07 2002

Keywords

Examples

			a(8)=6 since 8 appears in the sixth row.
		

Crossrefs

Programs

  • Haskell
    -- See link.

Formula

If a(n) > 0: n = A035312(a(n)-1, A072038(n)-1).