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!)
A240803 a(n) = 2 + product of first n odd primes. 2
5, 17, 107, 1157, 15017, 255257, 4849847, 111546437, 3234846617, 100280245067, 3710369067407, 152125131763607, 6541380665835017, 307444891294245707, 16294579238595022367, 961380175077106319537, 58644190679703485491637, 3929160775540133527939547, 278970415063349480483707697 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Des MacHale, Infinitely many proofs that there are infinitely many primes, Math. Gazette, 97 (No. 540, 2013), 495-498.
MATHEMATICA
Table[Product[Prime[k + 1], {k, 1, n}] + 2, {n, 1, 30}] (* Vincenzo Librandi, Apr 15 2014 *)
PROG
(Magma) [2+&*[NthPrime(i+1): i in [1..n]]: n in [1..20]]; // Vincenzo Librandi, Apr 15 2014
CROSSREFS
Sequence in context: A261425 A297476 A235871 * A098028 A100301 A084167
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 14 2014
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)