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!)
A334053 Least b such that b^(2^n) + 1 is a Proth prime (A080076). 1
2, 2, 2, 2, 2, 96, 6912, 960, 16256, 2013184, 235520, 61184, 125440, 992256, 155615232, 550207488, 12192710656 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Every term b is in A116882 (the prime factor 2 of b must account for more than the square root of b).
For n up to about 11, a(n) can be found with the PARI function below. From there up to n=14, you can find a(n) by filtering lists of known primes of the form b^(2^n) + 1.
LINKS
Chris K. Caldwell, The Prime Pages, 12192710656^65536 + 1
PROG
(PARI) a(n) = forstep(b=2, +oo, 2, 2*valuation(b, 2)>logint(b, 2)&&ispseudoprime(b^(2^n)+1)&&return(b))
CROSSREFS
Sequence in context: A056993 A338931 A057331 * A270374 A067089 A339027
KEYWORD
more,nonn
AUTHOR
Jeppe Stig Nielsen, Sep 07 2020
EXTENSIONS
a(15) calculated by Pavel Atnashev added by Jeppe Stig Nielsen, Sep 18 2020
a(16) calculated by Pavel Atnashev added by Jeppe Stig Nielsen, Jan 05 2021
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)