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!)
A079803 A079802(n)/A079802(n-1). 3
4, 6, 17, 91, 31455, 1397917365 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
PROG
(PARI) p=2; s=p; while(s<10^9, p=nextprime(p+1); a=p; while(a%s>0, p=nextprime(p+1); a=a+p); print1(a/s, ", "); s=a)
CROSSREFS
Sequence in context: A302878 A270270 A211949 * A061361 A332986 A113610
KEYWORD
more,nonn
AUTHOR
Amarnath Murthy, Feb 05 2003
EXTENSIONS
Edited and extended by 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 July 15 12:56 EDT 2024. Contains 374332 sequences. (Running on oeis4.)