|
| |
|
|
A079804
|
|
Initial term of n-th group in A079802.
|
|
3
| | |
|
|
|
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
|
| |
|
|