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.
%I A112445 #8 Nov 10 2019 13:45:00 %S A112445 370851481,1310486905,1452092005,1553860945,2719940041,3328293745, %T A112445 3860623585,5394826801,5612626041,5659475185,6295936465,8857509661, %U A112445 9234602385,10780911505,10975165201,11718888181,12254138065,12416553721,12452890681,13577445505,14795826661 %N A112445 Pseudoprimes (base 2) equal to the product of 7 primes not necessarily distinct. %H A112445 Amiram Eldar, <a href="/A112445/b112445.txt">Table of n, a(n) for n = 1..10000</a> %e A112445 a(1) = 370851481 = 7*11*13*17*19*31*37. %t A112445 s={}; Do[If[PrimeOmega[n] == 7 && PowerMod[2, n - 1, n] == 1, AppendTo[s, n]], {n, 1, 2*10^9}]; s (* _Amiram Eldar_, Nov 10 2019 *) %Y A112445 Intersection of A046308 and A001567. %K A112445 easy,nonn %O A112445 1,1 %A A112445 _Shyam Sunder Gupta_, Dec 11 2005 %E A112445 More terms from _Amiram Eldar_, Nov 10 2019