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!)
A346568 Fermat pseudoprimes to base 2 (A001567) k such that A003961(k) is also a Fermat pseudoprime to base 2. 2
710533, 915981, 1293337, 2134277, 3542533, 13747361, 161216021, 206304961, 284166877, 748419127, 968283247, 1265740717, 2582246701, 4297753027, 10891270501, 11176136947, 11273608417, 11606768801, 12169503061, 13321141597, 14241379237, 17005529227, 19600350001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(1) = 710533 = 487 * 1459 has 2 distinct prime divisors.
a(2) = 915981 = 3 * 11 * 41 * 677 has 4 distinct prime divisors.
a(58) = 176529862601 = 2141 * 6421 * 12841 is the least term with 3 distinct prime divisors.
a(6884) = 15314196673937701 = 19 * 31 * 41 * 71 * 109 * 281 * 331 * 881 is the least term with 8 distinct prime divisors.
a(111) = 619303584901 is the least term k such that A003961(k) is also a term.
a(30430) = 507728732614597601 is the least term k such that both A003961(k) and A003961(A003961(k)) are also terms.
LINKS
EXAMPLE
710533 = 487 * 1459 is a term since it is a Fermat pseudoprime to base 2, and A003961(710533) = 491 * 1471 = 722261 is also a Fermat pseudoprime to base 2.
MATHEMATICA
psp = Cases[Import["https://oeis.org/A001567/b001567.txt", "Table"], {_, _}][[;; , 2]]; f[p_, e_] := NextPrime[p]^e; s[1] = 1; s[n_] := Times @@ f @@@ FactorInteger[n]; pspQ[n_] := PowerMod[2, n - 1, n] == 1; Select[psp, pspQ[s[#]] &]
CROSSREFS
A346569 is a subsequence.
Sequence in context: A083613 A284166 A083614 * A114675 A234757 A232578
KEYWORD
nonn
AUTHOR
Amiram Eldar, Jul 23 2021
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)