|
Search: id:A079804
|
|
| |
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
For n > 1, a(n) is the next prime after A079805(n-1), if the n-th group exists.
|
|
PROGRAM
|
(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 this_sequence A110498 A006073 A052402
Adjacent sequences: A079801 A079802 A079803 this_sequence 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
|
|
|
Search completed in 0.002 seconds
|