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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117093 Numbers n such that nextprime(3*n)>3*nextprime(n) (if p is prime then nextprime(p)=p). 0
2, 3, 5, 7, 11, 13, 16, 17, 18, 19, 23, 28, 29, 30, 31, 37, 38, 39, 40, 41, 43, 47, 53, 58, 59, 61, 67, 71, 72, 73, 78, 79, 81, 82, 83, 88, 89, 95, 96, 97, 98, 99, 100 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

nextprime(3*13)=41 and nextprime(3)*nextprime(13)=3*13=39 then 13 is member because 41>39

PROG

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

CROSSREFS

Sequence in context: A187731 A190223 A086070 * A062063 A167175 A026478

Adjacent sequences:  A117090 A117091 A117092 * A117094 A117095 A117096

KEYWORD

easy,nonn

AUTHOR

Mohammed Bouayoun (mohammed.bouayoun(AT)sanef.com), Apr 18 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 17 14:50 EST 2012. Contains 206050 sequences.