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!)
A330825 Numbers of the form 2^(2^k)*F_k, where F_k is a Fermat prime, A019434. 1

%I #27 Dec 10 2022 02:06:20

%S 6,20,272,65792,4295032832

%N Numbers of the form 2^(2^k)*F_k, where F_k is a Fermat prime, A019434.

%C Also numbers with power-spectral basis {F_n,(F_n-1)^2}. The first element of the power-spectral basis of a(n) is A019434, and the second element is A001146.

%F a(n) = A001146(n-1)*A019434(n), n = 1..5. [Corrected by _Georg Fischer_, Dec 09 2022]

%e a(2) = 2^2*(2^2+1) = 20, and the spectral basis of 20 is {5,16}, consisting of primes and powers.

%p F := n -> 2^(2^n)+1;

%p a := proc(n) if isprime(F(n)) then return 2^(2^n)*F(n) fi; end;

%p [seq(a(n),n=0..4)];

%Y Cf. A000215, A001146, A019434.

%K nonn

%O 1,1

%A _Walter Kehowski_, Jan 06 2020

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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)