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.

A046430 Lengths of repunits with all prime factors ending with the digit 1.

Original entry on oeis.org

1, 2, 4, 5, 10, 19, 20, 23, 25, 38, 50, 59, 76, 95, 100, 115, 125, 190, 250, 295, 317, 380
Offset: 1

Views

Author

Patrick De Geest, Jul 15 1998

Keywords

Examples

			a(n) = 10 -> 11*41*271*9091 -> 1(1)*4(1)*27(1)*909(1).
		

Crossrefs

Programs

  • Mathematica
    Select[Range[60],Length[fi=FactorInteger[(10^#-1)/9]]==Length[Select[First/@fi,Mod[#,10]==1&]] &](* Ray Chandler, Apr 24 2017 *)

Extensions

a(16)-a(21) from Ray Chandler, Apr 24 2017
a(22) from Max Alekseyev, May 14 2022
Definition corrected by Max Alekseyev, Aug 19 2024