Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A088483
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A088483 Sequence of the primes p(n) such that P = p(n)*p(n)+p(n)-1 and P+2 are twin primes, p(i) denotes i-th prime. +0
8
2, 3, 5, 41, 59, 89, 101, 131, 743, 761, 1193, 2411, 2663, 2729, 3011, 3221, 3251, 3449, 4751, 6173, 6599, 6833, 7229, 8669, 9059, 9323, 9521, 9719, 9743, 10151, 10781, 11549, 11933, 12143, 12251, 12473, 12641, 13553, 13613, 14939, 15569, 16301 (list; graph; listen)
OFFSET

1,1

COMMENT

Also primes in A155173 = Short leg A of primitive Pythagorean triangles such that perimeters are Averages of twin prime pairs... [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 21 2009]

EXAMPLE

n=26, p(26)= 101 101*101 + 101 - 1 = 10301, 10301 and 10303 twin primes

MATHEMATICA

lst={}; Do[p=n; q=p+1; a=q^2-p^2; c=q^2+p^2; b=2*p*q; ar=a*b/2; s=a+b+c; If[PrimeQ[s-1]&&PrimeQ[s+1], If[PrimeQ[a], AppendTo[lst, a]]], {n, 8!}]; lst ...and/or...lst={}; Do[p=Prime[n]; If[PrimeQ[p1=p*p+p-1]&&PrimeQ[p1+2], AppendTo[lst, p]], {n, 2*7!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 21 2009]

CROSSREFS

Cf. A088484

Cf. A020882, A020886, A020884, A020883, A024364, A024406, A155171, A155173, A155174, A155175, A155176, A155177, A155178, A155180 [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 21 2009]

Sequence in context: A128026 A041443 A057775 this_sequence A136015 A106713 A106820

Adjacent sequences: A088480 A088481 A088482 this_sequence A088484 A088485 A088486

KEYWORD

nonn

AUTHOR

Pierre CAMI (colettecami(AT)aol.com), Nov 09 2003

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research