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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060264 First prime after 2n. 16
2, 3, 5, 7, 11, 11, 13, 17, 17, 19, 23, 23, 29, 29, 29, 31, 37, 37, 37, 41, 41, 43, 47, 47, 53, 53, 53, 59, 59, 59, 61, 67, 67, 67, 71, 71, 73, 79, 79, 79, 83, 83, 89, 89, 89, 97, 97, 97, 97, 101, 101, 103, 107, 107, 109, 113, 113, 127, 127, 127, 127, 127, 127, 127, 131 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,1

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,1000

MAPLE

A060264 := proc(n)

        nextprime(2*n) ;

end proc:

MATHEMATICA

Table[NextPrime[2n], {n, 0, 100}] (*From Vladimir Joseph Stephan Orlovsky, Mar 03 2011*)

PROG

(PARI) { for (n=0, 1000, write("b060264.txt", n, " ", nextprime(2*n + 1)); ) } // From Harry J. Smith, Jul 03 2009

CROSSREFS

Cf. A020482, A049653, A060308, A088633.

Sequence in context: A046220 A141792 A180458 * A219429 A104192 A104193

Adjacent sequences:  A060261 A060262 A060263 * A060265 A060266 A060267

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Mar 23 2001

STATUS

approved

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 May 22 21:43 EDT 2013. Contains 225583 sequences.