A181190 Maximal length of chain-addition sequence mod 10 with window of size n.
1, 60, 124, 1560, 4686, 1456, 18744, 585936, 4882810, 212784
Offset: 1
Examples
For n=2, the longest sequence begins with '01' (among others): 01123583145943707741561785381909987527965167303369549325729101. It is 60 digits long (not counting the second '01' at the end). For n=3, one of the longest sequences begins again with '001': 00112473441944756893025746770415061742394699425184352079627546556679289964992013 48570291225960516297849144970639807524172091001 (124 digits long without the second '001').
Extensions
a(8)-a(10) from Lars Blomberg, Feb 12 2013
Comments