Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A114265
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A114265 p(k) is the minimum prime that is greater than Prime[k] and makes 2*Prime[k]+p a prime. +0
3
3, 5, 7, 17, 19, 17, 19, 23, 37, 31, 41, 53, 67, 53, 73, 61, 61, 71, 89, 97, 83, 83, 97, 103, 113, 109, 107, 139, 113, 127, 167, 139, 157, 179, 151, 197, 173, 173, 223, 211, 199, 239, 211, 227, 199, 233, 239, 227, 229, 233, 277, 241, 251, 271, 283, 271, 271, 281 (list; graph; listen)
OFFSET

1,1

EXAMPLE

k=1: 2*Prime[1]+3=2*2+3=7 is prime, so p(1)=3;

k=2: 2*Prime[2]+5=2*3+5=11 is prime, so p(2)=5;

...

k=4: 2*Prime[4]+3=2*7+3=7 is prime, so p(1)=3;

MATHEMATICA

Table[p1 = Prime[n1]; n2 = 1; p2 = Prime[n1 + n2]; While[cp = 2*p1 + p2; ! PrimeQ[cp], n2++; p2 = Prime[n1 + n2]]; p2, {n1, 1, 200}]

CROSSREFS

Cf. A114227, A114230, A073703, A114235, A114262.

Sequence in context: A112092 A031441 A078150 this_sequence A110358 A038971 A045400

Adjacent sequences: A114262 A114263 A114264 this_sequence A114266 A114267 A114268

KEYWORD

easy,nonn

AUTHOR

Lei Zhou (lzhou5(AT)emory.edu), Nov 20 2005

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 18 20:14 EST 2008. Contains 147244 sequences.


AT&T Labs Research