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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A137367 Subset of A037165 (p(n)*p(n+1)-p(n)-p(n+1)) for twin primes. 0
7, 23, 119, 287, 839, 1679, 3479, 5039, 10199, 11447, 18767, 22199, 32039, 36479, 38807, 51527, 57119, 72359, 78959, 96719, 120407, 175559, 185759, 212519, 271439, 323759, 358799, 380687, 410879, 434279, 654479, 674039, 683927, 734447, 776159 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

3*5-3-5=7, 5*7-5-7=23, 11*13-11-13=119.

MATHEMATICA

ss={7}; Do[If[PrimeQ[p1=6m-1]&&PrimeQ[p2=6m+1], p=-1-12 m+36 m^2; AppendTo[ss, p]], {m, 300}]; ss

CROSSREFS

Cf. A037165.

Sequence in context: A096327 A154113 A053706 * A064640 A064639 A064638

Adjacent sequences:  A137364 A137365 A137366 * A137368 A137369 A137370

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Apr 09 2008

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 21:13 EST 2012. Contains 206085 sequences.