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.

Original entry on oeis.org

1, 22, 2222, 2241998, 22435673986, 2243634705621958, 2243641436526074865874, 22436456994448042654162451606, 2243645856500003226552543739737161242, 2243645872205524222052566325604967420160128694
Offset: 0

Views

Author

Patrick De Geest, Jul 15 1998

Keywords

Crossrefs

Cf. A003617, A033873. Initial terms of A046442, A046443, A046444.

Programs

  • Mathematica
    p = 2; Join[{1}, Table[p = p*Prime[PrimePi[10^n] + 1], {n, 9}]] (* Jayanta Basu, Jun 24 2013 *)

Extensions

Corrected by Jayanta Basu, Jun 24 2013