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.

A183531 An Ulam-type sequence: a(n) = n if n<=8; for n>8, a(n) = least number > a(n-1) which is a unique sum of 8 distinct earlier terms.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 36, 64, 65, 66, 67, 68, 69, 70, 71, 92, 106, 120, 141, 148, 792, 793, 802, 803, 816, 817, 820, 828, 830, 838, 844, 1591, 1592, 1606, 1607, 2356, 2357, 2358, 2359, 2360, 2384, 2395, 2402, 3149, 3150, 3169, 3919, 3920, 3921, 3922, 3923
Offset: 1

Views

Author

Keywords

Comments

An Ulam-type sequence - see A002858 for further information.

Examples

			a(9) = 36 = 1 + ... + 8 = 8*9/2, because it is the least number >8 with a unique sum of 8 distinct earlier terms.
a(10) = 64 = 1 + ... + 7 + 36 = 8^2, because it is the least number >36 with a unique sum of 8 distinct earlier terms.
		

Crossrefs

Column k=8 of A183534.

Programs

  • Maple
    # see A183534 for programs.