login
A105195
Length of shortest simple Lucas chain for n.
3
1, 2, 3, 3, 4, 4, 4, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7, 6, 7, 7, 7, 7, 7, 7, 8, 7, 7, 7, 8, 8, 7, 8, 8
OFFSET
2,2
COMMENTS
Lucas chains are addition chains with additional requirements on the presence of differences between members of the chain.
(i) a(4) is given as 2 in Table 5.1 of the reference, which probably is a typographical error since the length of the example obviously is the same as for a(5).
(ii) Other authors call a(n)+1 the length of the chain, i.e., they include the first 1 of the chain in the count. - R. J. Mathar, May 24 2008
EXAMPLE
Chain for n=11: (0,1,2,3,4,7,11), length 5. Chain for n=12: (0,1,2,3,5,7,12), length 5.
Chain for n=13: (0,1,2,3,5,8,13), length 5. Chain for n=14: (0,1,2,3,4,5,9,14), length 6. - R. J. Mathar, May 24 2008
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 23 2008
EXTENSIONS
a(11)-a(36) added by R. J. Mathar, May 24 2008
STATUS
approved