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.

A046445 Smallest composite with n prime factors that are distinct in length.

This page as a plain text file.
%I A046445 #9 Oct 13 2019 00:02:09
%S A046445 1,22,2222,2241998,22435673986,2243634705621958,
%T A046445 2243641436526074865874,22436456994448042654162451606,
%U A046445 2243645856500003226552543739737161242,2243645872205524222052566325604967420160128694
%N A046445 Smallest composite with n prime factors that are distinct in length.
%t A046445 p = 2; Join[{1}, Table[p = p*Prime[PrimePi[10^n] + 1], {n, 9}]] (* _Jayanta Basu_, Jun 24 2013 *)
%Y A046445 Cf. A003617, A033873. Initial terms of A046442, A046443, A046444.
%K A046445 nonn,base
%O A046445 0,2
%A A046445 _Patrick De Geest_, Jul 15 1998
%E A046445 Corrected by _Jayanta Basu_, Jun 24 2013