Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A118071
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A118071 Primes which are sum of twin prime pair + 1. +0
3
13, 37, 61, 277, 397, 457, 541, 1201, 1237, 1321, 1621, 1657, 2557, 2857, 3217, 4057, 4177, 4261, 4621, 5101, 5581, 6337, 6661, 6781, 7057, 7537, 8101, 8317, 8461, 8521, 8677, 9277, 9601, 10837, 10957, 11317, 11701, 12541, 12601, 12721, 13381, 13921 (list; graph; listen)
OFFSET

1,1

COMMENT

Subset of A092738 - Paolo P. Lava (ppl(AT)spl.at), Dec 21 2007

FORMULA

{A001359(k) + A006512(k) + 1} INTERSECT {A000040}. {A054735(k) + 1} INTERSECT {A000040}. {2*A001359(k) + 3} INTERSECT {A000040}.

EXAMPLE

a(1) = 13 = 5 + 7 + 1 where (5,7) is a twin prime pair.

a(2) = 37 = 17 + 19 + 1.

a(3) = 61 = 29 + 31 + 1.

a(4) = 277 = 137 + 139 + 1.

a(5) = 397 = 197 + 199 + 1.

MAPLE

P:=proc(n) local a, i; for i from 1 by 1 to n do if ithprime(i+1)-ithprime(i)=2 then a:=ithprime(i+1)+ithprime(i)+1; if isprime(a) then print(a); fi; fi; od; end: P(300); - Paolo P. Lava (ppl(AT)spl.at), Dec 21 2007

MATHEMATICA

lst={}; d=2; Do[p1=Prime[n]; p2=Prime[n+1]; p=p1+p2+1; If[PrimeQ[p]&&p2-p1==d, AppendTo[lst, p]], {n, 10^3}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 14 2008]

CROSSREFS

Cf. A000040, A001359, A006512, A054735.

Sequence in context: A034938 A139530 A138368 this_sequence A147207 A146877 A049742

Adjacent sequences: A118068 A118069 A118070 this_sequence A118072 A118073 A118074

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), May 11 2006

EXTENSIONS

Added more terms Vladimir Orlovsky (4vladimir(AT)gmail.com), Mar 10 2009

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 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research