login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060881 n-th primorial (A002110) + next prime. 2
3, 5, 11, 37, 221, 2323, 30047, 510529, 9699713, 223092899, 6469693261, 200560490167, 7420738134851, 304250263527253, 13082761331670077, 614889782588491463, 32589158477190044789, 1922760350154212639131 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,100

Hisanori Mishima, Factorizations of many number sequences

Hisanori Mishima, Factorizations of many number sequences

EXAMPLE

a(2) = 2*3 + 5 = 11.

PROG

(PARI) { n=-1; m=1; forprime (p=2, prime(101), write("b060881.txt", n++, " ", m + p); m*=p; ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 19 2009]

CROSSREFS

Cf. A002110, A060882.

Sequence in context: A121926 A063499 A082856 * A035345 A174915 A162250

Adjacent sequences:  A060878 A060879 A060880 * A060882 A060883 A060884

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), May 05 2001

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 17 20:50 EST 2012. Contains 206085 sequences.