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.

A125730 Minimal number of initial pieces needed to reach level n in the Solitaire Army game when diagonal jumps are allowed.

Original entry on oeis.org

1, 2, 3, 5, 8, 13, 23, 46, 123
Offset: 0

Views

Author

George I. Bell (gibell(AT)comcast.net), Feb 02 2007

Keywords

Comments

Note that the first six terms are Fibonacci numbers.

Examples

			a(1)=2 because it takes 2 men to go one step or level forward.
		

References

  • E. R. Berlekamp, J. H. Conway and R. K. Guy, Winning Ways, Academic Press, NY, 2 vols., 1982, see p. 715.

Crossrefs

Formula

It is easy to show that a(n) >= a(n-1)+a(n-2). However, finding the last 3 terms in this sequence is not easy.