The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A097521 Difference between F(n) = 2^(2^n)+1 and nextprime(F(n)) where F(n) is the n-th Fermat Number. 1
2, 2, 2, 6, 2, 14, 12, 50, 296, 74, 642, 980, 1760, 896, 2774, 118112, 44060, 5850 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
In the Name, nextprime means A151800, not A007918. - Jeppe Stig Nielsen, Nov 18 2019
a(n) = A129786(n)-1 except in the rare case that F(n) is a prime. - Jeppe Stig Nielsen, Nov 18 2019
LINKS
FORMULA
a(n) = A013632(A000215(n)). - Michel Marcus, Nov 18 2019
EXAMPLE
F(5) = 4294967297. Nextprime(F(5)) = 4294967311.
4294967311 - 4294967297 = 14 the 6th entry in the table.
PROG
(PARI) for(n=0, +oo, print1(nextprime(2^(2^n)+2)-(2^(2^n)+1), ", ")) \\ Jeppe Stig Nielsen, Nov 18 2019
CROSSREFS
Sequence in context: A110512 A078020 A339091 * A081668 A126615 A158524
KEYWORD
nonn,more
AUTHOR
Cino Hilliard, Aug 27 2004
EXTENSIONS
More terms with the help of A129786 from Jeppe Stig Nielsen, Nov 18 2019
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 June 4 13:10 EDT 2024. Contains 373098 sequences. (Running on oeis4.)