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.

A046415 Repunit of length a(n) has exactly 4 prime factors (counted with multiplicity).

Original entry on oeis.org

8, 9, 10, 14, 41, 43, 49, 53, 109, 157, 167, 173, 197, 199, 223, 229, 269, 283, 307, 349
Offset: 1

Views

Author

Patrick De Geest, Jul 15 1998

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[350],PrimeOmega[FromDigits[PadRight[{},#,1]]]==4&] (* Harvey P. Dale, Oct 27 2020 *)
  • PARI
    isok(n) = bigomega((10^n - 1)/9) == 4; \\ Michel Marcus, Apr 23 2017

Extensions

More terms from Robert Gerbicz, Nov 22 2010
Offset corrected to 1, a(18)-a(20) added by Ray Chandler, Apr 23 2017