cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A112443 Pseudoprimes (base-2) equal to the product of 5 primes not necessarily distinct.

This page as a plain text file.
%I A112443 #8 Nov 10 2019 13:44:25
%S A112443 825265,1050985,1275681,2113665,2503501,2615977,2882265,3370641,
%T A112443 3755521,4670029,4698001,4895065,5034601,6242685,6973057,7428421,
%U A112443 8322945,9223401,9224391,9890881,10877581,12067705,12945745,13757653,13823601,13992265,16778881,17698241,18007345
%N A112443 Pseudoprimes (base-2) equal to the product of 5 primes not necessarily distinct.
%H A112443 Amiram Eldar, <a href="/A112443/b112443.txt">Table of n, a(n) for n = 1..10000</a>
%e A112443 a(1) = 825265 = 5*7*17*19*73.
%t A112443 s={}; Do[If[PrimeOmega[n] == 5 && PowerMod[2, n - 1, n] == 1, AppendTo[s, n]], {n, 1, 10^7}]; s (* _Amiram Eldar_, Nov 10 2019 *)
%Y A112443 Intersection of A014614 and A001567.
%K A112443 easy,nonn
%O A112443 1,1
%A A112443 _Shyam Sunder Gupta_, Dec 11 2005
%E A112443 More terms from _Amiram Eldar_, Nov 10 2019