login
A125730
Minimal number of initial pieces needed to reach level n in the Solitaire Army game when diagonal jumps are allowed.
0
1, 2, 3, 5, 8, 13, 23, 46, 123
OFFSET
0,2
COMMENTS
Note that the first six terms are Fibonacci numbers.
REFERENCES
E. R. Berlekamp, J. H. Conway and R. K. Guy, Winning Ways, Academic Press, NY, 2 vols., 1982, see p. 715.
LINKS
M. Aigner, Moving into the desert with Fibonacci, Mathematics Magazine, 70 (1997), 11-21.
G. I. Bell, D. S. Hirschberg and P. Guerrero-Garcia, The minimum size required of a solitaire army, arXiv:math/0612612 [math.CO], 2006-2007.
N. Eriksen, H. Eriksson and K. Eriksson, Diagonal checker-jumping and Eulerian numbers for color-signed permutations, Electron. J. Combin., 7 (2000), #R3.
Eric Weisstein's World of Mathematics, Conway's Soldiers.
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.
EXAMPLE
a(1)=2 because it takes 2 men to go one step or level forward.
CROSSREFS
Sequence in context: A096796 A257418 A370001 * A340708 A074030 A336604
KEYWORD
fini,full,nonn
AUTHOR
George I. Bell (gibell(AT)comcast.net), Feb 02 2007
STATUS
approved