login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126623 Simili-primes of order 8. 1
9, 17, 26, 37, 46, 57, 66, 77, 88, 98, 110, 122, 133, 145, 157, 166, 177, 191, 201, 212, 224, 237, 248, 258, 273, 283, 299, 309, 320, 334, 345, 356, 371, 381, 395, 409, 419, 430, 443, 454, 466, 479, 491, 505, 517, 530, 542, 556, 568, 582, 593 (list; graph; refs; listen; history; text; internal format)
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
Alois P. Heinz, Table of n, a(n) for n = 1..10000 (first 150 terms from a correspondent using the pseudonym "Mensanator")
Eric Angelini, Thousand Zetas
Eric Angelini, Thousand Zetas [Cached copy, with permission]
PROG
(PARI) A126623(n, mode=0/*+1=print, +2=return list*/, N=8, 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
See A123929 and A126618 for further details.
Sequence in context: A253705 A056233 A260264 * A342434 A235361 A109333
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 09 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)