Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A073681
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A073681 Smallest of three consecutive primes whose sum is a prime. +0
3
5, 7, 11, 17, 19, 23, 29, 31, 41, 53, 61, 67, 71, 79, 83, 101, 109, 139, 149, 157, 163, 197, 211, 229, 271, 281, 283, 293, 311, 337, 347, 349, 379, 389, 401, 409, 431, 449, 457, 463, 467, 491, 499, 509, 547, 617, 641, 653, 659, 661, 701, 719, 743, 751, 757 (list; graph; listen)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1..2000

MATHEMATICA

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

PROGRAM

(PARI) forprime(p=1, 1000, pp=nextprime(p+1); if(isprime(p+pp+nextprime(pp+1)), print1(p", ")))

CROSSREFS

Sequence in context: A147853 A111226 A084197 this_sequence A155772 A020582 A106863

Adjacent sequences: A073678 A073679 A073680 this_sequence A073682 A073683 A073684

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 11 2002

EXTENSIONS

More terms from Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 20 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