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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136355 Numbers of the form P = product of the first k odd primes where P+2 is composite. 2
1155, 255255, 4849845, 111546435, 152125131763605, 6541380665835015, 16294579238595022365, 58644190679703485491635, 3929160775540133527939545, 278970415063349480483707695, 20364840299624512075310661735 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

This sequence is different from A070826 and A118750

EXAMPLE

a(1)=1155 because 1157 is not prime.

MATHEMATICA

Contribution from Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 12 2009: (Start)

v=Select[Range[20], !PrimeQ[Product[Prime[k+1], {k, #}]+2]&]; Table[Product[Prime

[k+1], {k, v[[t]]}], {t, Length[v]}] (End)

CROSSREFS

Cf. A136349-A136354 A136356-A136358 A070826 A118750.

Sequence in context: A147577 A088012 A046406 * A157168 A062915 A034979

Adjacent sequences:  A136352 A136353 A136354 * A136356 A136357 A136358

KEYWORD

easy,nonn

AUTHOR

Enoch Haga (Enokh(AT)comcast.net), Dec 25 2007

EXTENSIONS

Edited with more terms by Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 12 2009

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 00:09 EST 2012. Contains 205978 sequences.