login
This site is supported by donations 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; 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.

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

Cf. A079802, A079803, A079805.

Sequence in context: A110887 A065060 A164625 * A110498 A172976 A171655

Adjacent sequences:  A079801 A079802 A079803 * A079805 A079806 A079807

KEYWORD

more,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Feb 05 2003

EXTENSIONS

a(6) and PARI code from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Feb 13 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 04:48 EST 2012. Contains 205570 sequences.