OFFSET
1,1
COMMENTS
Invented by Hugo van der Sanden and Eric Angelini, computed by Mensanator.
REFERENCES
J.-P. Delahaye, La suite du lézard et autres inventions, Pour la Science, No. 353, 2007.
LINKS
Mensanator, Table of n, a(n) for n = 1..150
Eric Angelini, Thousand Zetas
Eric Angelini, Thousand Zetas [Cached copy, with permission]
PROG
(PARI) A126619(n, mode=0/*+1=print, +2=return list*/, N=4, P=List(N+1))={ while(n--, my(k=P[#P]); bittest(mode, 0)&&print1(k", "); for(i=1, N, while(k++, for(j=1, #P, k%P[j]||next(2)); break)); listput(P, k)); if(bittest(mode, 1), Vec(P), P[#P])} \\ M. F. Hasler, Dec 24 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 09 2007
STATUS
approved