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!)
A330831 a(n) = (F_n^2 - 1)^2, where F_n is a Fermat prime, A019434. 2
64, 576, 82944, 4362338304, 18447869990796263424 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also the second element of the power-spectral basis of A330829.
The first element of the power-spectral basis of A330829 is A330830.
LINKS
FORMULA
a(n) = (F(n)^2 - 1)^2, where F(n) = 2^(2^n)+1 is a Fermat prime.
EXAMPLE
a(0) = (3^2 - 1)^2 = 64.
MAPLE
F := proc(n) return 2^(2^n)+1 end;
a := proc(n) if isprime(F(n)) then return (F(n)^2-1)^2 fi; end;
[seq(a(n), n=0..4)];
CROSSREFS
Sequence in context: A209787 A247841 A209780 * A177757 A301796 A301969
KEYWORD
nonn
AUTHOR
Walter Kehowski, Jan 06 2020
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 August 21 08:16 EDT 2024. Contains 375345 sequences. (Running on oeis4.)