Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063766
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063766 Smallest prime >= 6^n. +0
1
2, 7, 37, 223, 1297, 7789, 46663, 279941, 1679627, 10077721, 60466181, 362797091, 2176782371, 13060694051, 78364164101, 470184984667, 2821109907503, 16926659444771, 101559956668421, 609359740010513, 3656158440062987 (list; graph; listen)
OFFSET

0,1

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,200

MATHEMATICA

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

PROGRAM

(PARI) { for (n=0, 200, write("b063766.txt", n, " ", nextprime(6^n)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 30 2009]

CROSSREFS

Sequence in context: A047066 A002787 A062394 this_sequence A020040 A125191 A135164

Adjacent sequences: A063763 A063764 A063765 this_sequence A063767 A063768 A063769

KEYWORD

nonn

AUTHOR

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

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 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research