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!)
A126624 Simili-primes of order 9. 2
10, 19, 29, 41, 51, 63, 73, 85, 97, 108, 121, 134, 144, 158, 169, 182, 193, 207, 221, 233, 244, 258, 272, 282, 297, 309, 325, 336, 349, 362, 376, 391, 403, 416, 428, 445, 457, 471, 483, 499, 514, 526, 539, 553, 565, 578, 593, 606, 623, 635, 647 (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) A126624(n, mode=0/*+1=print, +2=return list*/, N=9, 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 for further details.
Sequence in context: A349548 A088410 A179110 * A109334 A370916 A085728
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 28 19:40 EDT 2024. Contains 372092 sequences. (Running on oeis4.)