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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063767 Smallest prime > 7^n. 0
2, 11, 53, 347, 2411, 16811, 117659, 823547, 5764817, 40353611, 282475267, 1977326753, 13841287217, 96889010447, 678223072853, 4747561510009, 33232930569607, 232630513987231, 1628413597910497, 11398895185373167 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Variant of A104084 - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Dec 13 2008

MATHEMATICA

NextPrime[ n_Integer ] := (k = n + 1; While[ !PrimeQ[ k ], k++ ]; k); Table[ NextPrime[ 7^n ], {n, 0, 22} ]

CROSSREFS

Sequence in context: A052171 A168022 A030281 * A161559 A128748 A037522

Adjacent sequences:  A063764 A063765 A063766 * A063768 A063769 A063770

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 14 2001

EXTENSIONS

Corrected definition. R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Dec 13 2008

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 16 14:37 EST 2012. Contains 205930 sequences.