Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A110954
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A110954 a(1) = 1; a(n) = nextprime(2.5*a(n-1)) for n > 1. +0
1
1, 3, 11, 29, 73, 191, 479, 1201, 3011, 7529, 18839, 47111, 117779, 294461, 736159, 1840429, 4601099, 11502779, 28756957, 71892397, 179730997, 449327503, 1123318769, 2808296923, 7020742321, 17551855831, 43879639613, 109699099033 (list; graph; listen)
OFFSET

1,2

EXAMPLE

a(6) = nextprime(2.5*a(5)) = nextprime(2.5*73) = nextprime(182.5) = 191.

MATHEMATICA

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

CROSSREFS

Sequence in context: A069350 A053845 A072610 this_sequence A000251 A159229 A122023

Adjacent sequences: A110951 A110952 A110953 this_sequence A110955 A110956 A110957

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 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 November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research