Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A114230
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A114230 n(k) is the largest prime that is smaller than Prime[k] and makes Prime[k]+2*n[k] a prime. +0
11
2, 3, 5, 3, 5, 13, 17, 19, 19, 29, 23, 31, 29, 31, 43, 19, 59, 53, 61, 59, 59, 79, 67, 83, 61, 89, 103, 101, 109, 113, 109, 97, 131, 109, 149, 137, 149, 127, 163, 139, 149, 109, 149, 163, 197, 191, 197, 223, 227, 229, 211, 239, 241, 241, 223, 241, 269, 233, 271, 269 (list; graph; listen)
OFFSET

2,1

EXAMPLE

Prime[2]=3, 3+2*2=7 is prime, so n[2]=2;

Prime[3]=5, 5+2*3=11 is prime, so n[3]=3;

...

Prime[11]=31, 31+2*29=89 is prime, so n[11]=29;

MATHEMATICA

Table[p1 = Prime[n1]; n2 = n1 - 1; p2 = Prime[n2]; While[cp = p1 + 2*p2; ! PrimeQ[cp], n2--; If[n2 == 0, Print[n1]]; p2 = Prime[n2]]; p2, {n1, 2, 201}]

CROSSREFS

Cf. A114227.

Sequence in context: A073684 A083776 A122820 this_sequence A103781 A095244 A108396

Adjacent sequences: A114227 A114228 A114229 this_sequence A114231 A114232 A114233

KEYWORD

easy,nonn

AUTHOR

Lei Zhou (lzhou5(AT)emory.edu), Nov 18 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