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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110930 a(1) = 1; a(n) = nextprime(2*a(n-1)) for n > 1. 0
1, 3, 7, 17, 37, 79, 163, 331, 673, 1361, 2729, 5471, 10949, 21911, 43853, 87719, 175447, 350899, 701819, 1403641, 2807303, 5614657, 11229331, 22458671, 44917381, 89834777, 179669557, 359339171, 718678369, 1437356741, 2874713497 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..31.

FORMULA

a(n)=A065545(n-1), n>1. [From R. J. Mathar, Aug 18 2008]

EXAMPLE

a(6) = nextprime(2*a(5)) = nextprime(2*37) = nextprime(74) = 79.

MATHEMATICA

<<NumberTheory`; p = 1; Print[p]; Do[p = NextPrime[2*p]; Print[p], {n, 2, 50}]

CROSSREFS

Sequence in context: A089099 A089116 A065545 * A026646 A026668 A111210

Adjacent sequences:  A110927 A110928 A110929 * A110931 A110932 A110933

KEYWORD

nonn

AUTHOR

Ryan Propper (rpropper(AT)stanford.edu), Sep 23 2005

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 24 14:14 EDT 2013. Contains 225622 sequences.