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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117100 Numbers n such that nextprime(3*n)>3*nextprime(n) and n is composite (if p is prime then nextprime(p)=p). 0
16, 18, 28, 30, 38, 39, 40, 58, 72, 78, 81, 82, 88, 95, 96, 98, 99, 100, 106, 108, 130, 138, 148, 150, 156, 170, 171, 172, 175, 176, 177, 178, 196, 198 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) for(i=1, 200, if(nextprime(3*i)>nextprime(3)*nextprime(i) && !isprime(i), print1(i, ", ")))

CROSSREFS

Sequence in context: A160778 A057369 A178110 * A101848 A032401 A183401

Adjacent sequences:  A117097 A117098 A117099 * A117101 A117102 A117103

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 02:31 EST 2012. Contains 205978 sequences.