login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117092 Numbers n such that nextprime(2*n)>2*nextprime(n) (if p is prime then nextprime(p)=p). 0
2, 3, 4, 5, 7, 10, 11, 12, 13, 16, 17, 19, 22, 23, 27, 28, 29, 31, 37, 40, 41, 42, 43, 45, 46, 47, 52, 53, 57, 58, 59, 60, 61, 66, 67, 70, 71, 72, 73, 79, 82, 83, 87, 88, 89, 97, 100 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

nextprime(2*12)=29 and nextprime(2)*nextprime(12)=2*13 then 12 is member because 29>26

PROG

(PARI) for(i=1, 100, if(nextprime(2*i)<nextprime(2)*nextprime(i), print1(i, ", ")))

CROSSREFS

Sequence in context: A137929 A094617 A047502 * A002504 A133431 A123091

Adjacent sequences:  A117089 A117090 A117091 * A117093 A117094 A117095

KEYWORD

easy,nonn

AUTHOR

Mohammed Bouayoun (mohammed.bouayoun(AT)sanef.com), Apr 18 2006

EXTENSIONS

Corrected by T. D. Noe (noe(AT)sspectra.com), Oct 25 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 14:37 EST 2012. Contains 205930 sequences.