The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A079804 Initial term of n-th group in A079802. 3
2, 3, 7, 19, 89, 997 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For n > 1, a(n) is the next prime after A079805(n-1), if the n-th group exists.
LINKS
PROG
(PARI) print1(p=2, ", "); s=p; while(s<10^9, p=nextprime(p+1); a=p; t=p; while(a%s>0, p=nextprime(p+1); a=a+p); print1(t, ", "); s=a)
CROSSREFS
Sequence in context: A065060 A164625 A294148 * A325057 A075487 A110498
KEYWORD
more,nonn
AUTHOR
Amarnath Murthy, Feb 05 2003
EXTENSIONS
a(6) and PARI code from Klaus Brockhaus, Feb 13 2003
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 May 14 12:17 EDT 2024. Contains 372533 sequences. (Running on oeis4.)