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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065542 a(n) is smallest prime > 7*a(n-1), a(1) = 7. 0
7, 53, 373, 2617, 18329, 128311, 898181, 6287273, 44010929, 308076523, 2156535743, 15095750209, 105670251529, 739691760707, 5177842324987, 36244896274921, 253714273924549, 1775999917471859, 12431999422303051 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

NextPrim[n_Integer] := Block[ {k = n + 1}, While[ !PrimeQ[k], k++ ]; Return[k]]; a[1] = 7; a[n_] := NextPrim[ 7*a[n - 1]]; Table[ a[n], {n, 1, 20} ]

CROSSREFS

Sequence in context: A141911 A200766 A056590 * A015561 A133588 A163306

Adjacent sequences:  A065539 A065540 A065541 * A065543 A065544 A065545

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 28 2001

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 February 14 11:36 EST 2012. Contains 205623 sequences.