OFFSET
1,4
COMMENTS
a(n) counts the Brauer addition chains for n, which are equivalent to star chains. In a Brauer chain, each element after the first is the sum of any previous element with the immediately previous element. This sequence counts all Brauer chains for n, not just the minimal ones, which are given by A079301. - David W. Wilson, Apr 01 2006
In other words, a(n) = the number of increasing star addition chains ending in n.
REFERENCES
M. Torelli, Increasing integer sequences and Goldbach's conjecture, preprint, 1996.
D. E. Knuth, The Art of Computer Programming; Addison-Wesley. Section 4.6.3.
LINKS
M. Torelli, Increasing integer sequences and Goldbach's conjecture, RAIRO - Theoretical Informatics and Applications, vol.40, no.02 (April 2006), pp.107-121.
EXAMPLE
a(5)=3 because 1,2,3,4,5; 1,2,3,5; 1,2,4,5 are star-kind addition chains.
a(8)=20 because there are 21 increasing addition chains up to 8, but 1,2,4,5,8 is not a star chain.
CROSSREFS
KEYWORD
nonn
AUTHOR
Mauro Torelli (torelli(AT)hermes.mc.dsi.unimi.it)
EXTENSIONS
More terms from David W. Wilson, Apr 01 2006
STATUS
approved