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!)
A126619 Simili-primes of order 4. 2
5, 9, 14, 21, 26, 33, 39, 46, 51, 59, 67, 73, 79, 87, 93, 101, 109, 116, 123, 129, 137, 143, 152, 163, 169, 178, 187, 193, 203, 212, 221, 227, 239, 247, 253, 259, 269, 278, 284, 293, 301, 311, 318, 328, 334, 343, 349, 359, 367, 377, 383, 391, 398 (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
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
See A123929 and A126618 for further details.
Sequence in context: A314984 A314985 A314986 * A049699 A314987 A314988
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 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)