Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A110930
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A110930 a(1) = 1; a(n) = nextprime(2*a(n-1)) for n > 1. +0
1
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; listen)
OFFSET

1,2

FORMULA

a(n)=A065545(n-1), n>1. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), 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 this_sequence A026646 A026668 A111210

Adjacent sequences: A110927 A110928 A110929 this_sequence A110931 A110932 A110933

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.003 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 10 12:37 EST 2009. Contains 170569 sequences.


AT&T Labs Research