A096098 a(1) = 2, a(2) = 1; for n >= 3, a(n) = least number not included earlier that divides the concatenation of all previous terms.
2, 1, 3, 71, 7, 21, 599, 173, 11, 23, 161, 49, 13, 9, 131, 19, 33, 17, 1489, 331, 3989, 69, 3097350956401900335673788279883089441874368101, 349387, 5651, 443, 29, 51, 479470832244949, 661, 1129, 1873, 181, 1544577973887516219070997863, 521
Offset: 1
Examples
a(6) = 21 as 213717 = 3*7*10177, and 3 = a(3) and 7 = a(4), hence 3*7 = 21 is the least number dividing 213717 not included earlier in the sequence.
Links
- Sean A. Irvine, Table of n, a(n) for n = 1..172
- Sean A. Irvine, Factorizations, for n = 1..182
Crossrefs
Cf. A096097.
Extensions
More terms from R. J. Mathar, Aug 03 2007
a(23)-a(26) from N. J. A. Sloane, Nov 10 2007
Corrected and extended by Martin Fuller, Nov 21 2007
More terms from Sean A. Irvine, May 25 2010
Example detailed. - Wolfdieter Lang, May 08 2014
Comments