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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092761 Primes of form p(n)*p(n+1)-4. 1
2, 11, 31, 73, 139, 433, 1759, 2017, 5179, 6553, 8629, 10399, 14347, 16633, 20707, 39199, 53353, 131749, 159193, 186619, 216217, 250993, 471949, 509767, 608347, 736159, 777919, 938953, 1022113, 1065019, 1238749, 1327099, 1476217, 1640953 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

f[n_]:=Prime[n]*Prime[n+1]-4; lst={}; Do[If[PrimeQ[f[n]], AppendTo[lst, f[n]]], {n, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Feb 10 2010]

CROSSREFS

Sequence in context: A197642 A121346 A106847 * A087933 A190259 A190261

Adjacent sequences:  A092758 A092759 A092760 * A092762 A092763 A092764

KEYWORD

nonn,easy

AUTHOR

Giovanni Teofilatto (g.teofilatto(AT)tiscalinet.it), Apr 13 2004

EXTENSIONS

Corrected and extended by Pab Ter (pabrlos(AT)yahoo.com), May 24 2004

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 16 21:51 EST 2012. Contains 205978 sequences.