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!)
A065541 a(n) is smallest prime > 5*a(n-1), a(1) = 5. 0
5, 29, 149, 751, 3761, 18839, 94201, 471007, 2355037, 11775191, 58875961, 294379823, 1471899119, 7359495683, 36797478433, 183987392167, 919936960849, 4599684804259, 22998424021409, 114992120107093, 574960600535527 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
NextPrim[n_Integer] := Block[ {k = n + 1}, While[ !PrimeQ[k], k++ ]; Return[k]]; a[1] = 5; a[n_] := NextPrim[ 5*a[n - 1]]; Table[ a[n], {n, 1, 25} ]
CROSSREFS
Sequence in context: A272839 A272921 A198764 * A060926 A320089 A239715
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Nov 28 2001
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 19 06:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)