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!)
A079802 Group the prime numbers so that the sum of the terms of the n-th group is a multiple of that of the (n-1)-st group: (2), (3,5), (7,11,13,17), (19,23,29,31,37...,79,83), ...; a(n) = sum of n-th group. 3
2, 8, 48, 816, 74256, 2335722480, 3265147014612865200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) p=2; print1(s=p, ", "); while(s<10^9, p=nextprime(p+1); a=p; while(a%s>0, p=nextprime(p+1); a=a+p); print1(s=a, ", "))
CROSSREFS
Sequence in context: A280133 A192411 A179563 * A009741 A322309 A009745
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Feb 05 2003
EXTENSIONS
a(5), a(6) and PARI code from Klaus Brockhaus, Feb 13 2003
a(7) from Ryan Propper, Aug 29 2005
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 9 17:14 EDT 2024. Contains 372354 sequences. (Running on oeis4.)