Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063768
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063768 Smallest prime >= 8^n. +0
1
2, 11, 67, 521, 4099, 32771, 262147, 2097169, 16777259, 134217757, 1073741827, 8589934609, 68719476767, 549755813911, 4398046511119, 35184372088891, 281474976710677, 2251799813685269, 18014398509482143, 144115188075855881 (list; graph; listen)
OFFSET

1,1

MATHEMATICA

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

PROGRAM

(PARI) g(n, b) = for(x=0, n, print1(nextprime(b^x)", ")) - Cino Hilliard (hillcino368(AT)gmail.com), Mar 03 2005

CROSSREFS

Sequence in context: A160852 A138792 A058056 this_sequence A042245 A153298 A153393

Adjacent sequences: A063765 A063766 A063767 this_sequence A063769 A063770 A063771

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com) at the suggestion of Andrew Plewe, May 16 2007

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research