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!)
A330830 Numbers of the form (F_n-2)^2*F_n^2, where F_n is a Fermat prime, A019434. Also the first element of the power-spectral basis of A330829. 2
9, 225, 65025, 4294836225, 18446744065119617025 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The second element of the power-spectral basis of A330829 is A330831. We also have a(n) = (2^(2*2^n)-1)^2.
LINKS
FORMULA
a(n) = (A019434(n)-2)^2*A019434(n)^2.
EXAMPLE
a(1) = (3-2)^2*3^2 =9.
MAPLE
a := proc(n) if isprime(2^(2^n)+1) then return (2^(2*2^n)-1)^2 fi; end;
[seq(a(n), n=0..4)];
CROSSREFS
Sequence in context: A095363 A138564 A285985 * A218536 A338377 A211048
KEYWORD
nonn,hard
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 June 13 02:04 EDT 2024. Contains 373366 sequences. (Running on oeis4.)