login
The OEIS is supported by the many generous donors 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; text; internal format)
OFFSET
1,1
LINKS
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: A240960 A190223 A086070 * A062063 A211338 A167175
KEYWORD
easy,nonn
AUTHOR
Mohammed Bouayoun (mohammed.bouayoun(AT)sanef.com), Apr 18 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 05:17 EDT 2024. Contains 371798 sequences. (Running on oeis4.)