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!)
A104082 Smallest prime >= 4^n. 4
2, 5, 17, 67, 257, 1031, 4099, 16411, 65537, 262147, 1048583, 4194319, 16777259, 67108879, 268435459, 1073741827, 4294967311, 17179869209, 68719476767, 274877906951, 1099511627791, 4398046511119, 17592186044423, 70368744177679, 281474976710677, 1125899906842679 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A104080(2n). - Jinyuan Wang, Nov 09 2018
MATHEMATICA
NextPrime[4^Range[0, 23]] (* Vladimir Joseph Stephan Orlovsky, Mar 13 2011 *)
PROG
(PARI) g(n, b=4) = for(x=0, n, print1(nextprime(b^x)", "))
(Magma) [NextPrime(4^n-1): n in [0..50]]; // Jinyuan Wang, Nov 09 2018
CROSSREFS
Cf. A104080 (for 2^n), A104081 (for 3^n).
Cf. A014210.
Sequence in context: A362967 A062881 A122206 * A166474 A054769 A003510
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Mar 03 2005
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)