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!)
A343009 a(n) = (n^(2n)-1)/(n^2-1) for n > 1, a(1) = 1. 0
1, 5, 91, 4369, 406901, 62193781, 14129647351, 4467856773185, 1876182941212489, 1010101010101010101, 678356244890331342611, 555922008415320588345745, 546031727340884622966664381, 633213824057681722185793753109, 856031514432518244055765015738351 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: for n > 2, a(n) is a Fermat pseudoprime to base n.
If p is an odd prime, then a(p) is a Cipolla pseudoprime to base p.
Is a(m) a Fermat pseudoprime to base m for every composite m?
Amiram Eldar confirmed this up to m = 3800.
From Jianing Song, Aug 28 2022: (Start)
a(n) = Product_{d|(2n),d>2} Phi(d,n), where Phi(n,x) is the d-th cyclotomic polynomial. Note that Phi(n,x) > 1 for x >= 2 unless (n,x) = (1,2): suppose that n >= 3 and x >= 2, then Phi(n,x) = Product_{1<=j<=n,gcd(j,n)=1} (x - exp(2*j*Pi*i/n)) = Product_{1<=j<=n/2,gcd(j,n)=1} (x^2 - 2*cos(2*j*Pi/n)*x + 1) = Product_{1<=j<=n/2,gcd(j,n)=1} ((x - cos(2*j*Pi/n))^2 + (sin(2*j*Pi/n))^2) > 1 since x - cos(2*j*Pi/n) > 1. This shows that a(n) is composite for n > 2.
For n > 2, a(n) is a Fermat pseudoprime to base n, since n^(2*n) == 1 (mod a(n)) and 2*n divides a(n)-1 = n^2*(n^(2*n-2)-1)/(n^2-1): if n is even, then 2*n | n^2; if n is odd, then n | n^2 and 2 | n^2+1 = (n^4-1)/(n^2-1) | (n^(2*n-2)-1)/(n^2-1). (End)
LINKS
FORMULA
a(n) = Sum_{k=0..n-1} n^(2*k). - Davide Rotondo, Aug 28 2022
From Alois P. Heinz, Aug 28 2022: (Start)
a(n) = A117812(n)/A005563(n-1) = A117812(n)/A132411(n-1) for n>=2.
Limit_{n -> 1} (n^(2*n)-1)/(n^2-1) = 1. (End).
EXAMPLE
a(10) = (10^20-1)/99 = 1010101010101010101.
MATHEMATICA
a[n_] := (n^(2*n)-1)/(n^2-1); a[1] = 1; Array[a, 15] (* Amiram Eldar, Apr 02 2021 *)
CROSSREFS
Sequence in context: A242945 A243198 A091281 * A368776 A340052 A340883
KEYWORD
nonn
AUTHOR
Thomas Ordowski, Apr 02 2021
EXTENSIONS
More terms from Amiram Eldar, Apr 02 2021
a(1)=1 prepended and name adapted by Alois P. Heinz, Aug 28 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 August 2 06:28 EDT 2024. Contains 374821 sequences. (Running on oeis4.)