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.

A075529 Let x(0),...,x(n), be an additive chain of length n+1 with x(0)=1 and satisfying x(k) = x(k-1) + x(j) for some j < k. a(n) is the number of distinct possible values taken on by x(n).

Original entry on oeis.org

1, 1, 2, 4, 8, 16, 30, 55, 98, 175, 310, 555, 986, 1757, 3138, 5618
Offset: 0

Views

Author

Eli Ben-Naim (ebn(AT)lanl.gov), Sep 19 2002

Keywords

Examples

			Let X(n) denote the set of possible values for x(n), then X(0) = {1} hence a(0) = 1, X(1) = {2} hence a(1)=1, X(2) = {3,4} hence a(2)=2, X(3) = {4,5,6,8} hence a(3)=4.
		

Extensions

Entry revised by Sean A. Irvine, Feb 20 2025