Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A050207
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A050207 Primes of the form p + (smallest prime >= p+1) + (smallest prime >= p+3). +0
2
23, 29, 41, 47, 59, 97, 131, 137, 223, 283, 311, 317, 367, 389, 457, 563, 587, 607, 677, 743, 839, 857, 907, 929, 941, 947, 1031, 1049, 1093, 1283, 1303, 1453, 1489, 1847, 1867, 1913, 1931, 1993, 2027, 2347, 2381, 2441, 2477, 2579, 2617, 2657 (list; graph; listen)
OFFSET

1,1

COMMENT

Originally an erroneous version of A034962.

LINKS

Joshua Zucker (joshua.zucker(AT)stanfordalumni.org), Jan 27 2007, Table of n, a(n) for n = 1..1893

EXAMPLE

p = 5: 23 = 5 + 7 + 11

p = 7: 29 = 7 + 11 + 11

p = 11: 41 = 11 + 13 + 17

p = 13: 47 = 13 + 17 + 17

p = 17: 59 = 17 + 19 + 23

p = 19: 65 = 19 + 23 + 23 is not prime, so not in the sequence.

p = 17: 59 = 17 + 19 + 23

PROGRAM

(PARI) psumpr3(n) = { c1=0; c2=0; forprime(x=3, n, s = nextprime(x)+nextprime(x+1)+nextprime(x+3); c1++; if(isprime(s), c2++; print1(s" ")); ); print(); print(c2/c1+.0) }

CROSSREFS

Cf. A034962

Sequence in context: A101784 A101802 A094383 this_sequence A007637 A085448 A095077

Adjacent sequences: A050204 A050205 A050206 this_sequence A050208 A050209 A050210

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), May 08 2003

EXTENSIONS

Edited by Joshua Zucker, Jan 27 2007

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 September 7 23:08 EDT 2008. Contains 143486 sequences.


AT&T Labs Research