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!)
A182065 Smallest average of twin prime pairs s such that s^(2^n)+1 is prime. 0
4, 4, 4, 198, 30, 102, 3000, 7332, 4482, 187218, 150, 114690, 713310, 1943532, 3467622, 4470420, 23045178, 12529818 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The averages of this sequence are base values in generalized Fermat primes.
LINKS
FORMULA
a(n) = (A014574(k))^(2^n)+1, for k = 1, 1, 1, 15, 5, 9, 82, 166, 117, 2055, 12, 1366, 6162, 14522, ...
EXAMPLE
198^(2^4)+1 = 5580113648647376991977566450378407937 is prime.
MATHEMATICA
t=Select[Table[Prime[n]+1, {n, 10^5}], PrimeQ[#1+1]&]; s:=t[[m]]; Table[m=1; While[!PrimeQ[s^(2^n)+1], m++]; s, {n, 1, 9}](* Last five terms obtained by intersection with Yves Gallot records.*)
CROSSREFS
Sequence in context: A217940 A353000 A372020 * A325487 A239351 A111481
KEYWORD
nonn,more
AUTHOR
Manuel Valdivia, Apr 09 2012
EXTENSIONS
a(15)-a(18) from Jeppe Stig Nielsen, Sep 14 2022
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 19 02:10 EDT 2024. Contains 371782 sequences. (Running on oeis4.)