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.

A046463 Numbers k such that the concatenation of numbers from 1 to k is the product of 4 primes (not necessarily distinct).

Original entry on oeis.org

9, 16, 23, 29, 37, 38, 43, 58, 59
Offset: 1

Views

Author

Patrick De Geest, Aug 15 1998

Keywords

Crossrefs

Cf. A046460.

Programs

  • Mathematica
    Select[Range[60],PrimeOmega[FromDigits[Flatten[IntegerDigits/@ Range[#]]]] == 4&] (* Harvey P. Dale, Jan 15 2013 *)