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.

A105978 Near-repdigit primes with at least two 6's as the repeated digit.

Original entry on oeis.org

661, 6661, 666667, 66666667, 666666667, 6666666661, 66666666667, 666666666666666661, 66666666666666666667, 666666666666666666661, 6666666666666666666661, 66666666666666666666667, 6666666666666666666666666661
Offset: 1

Views

Author

Shyam Sunder Gupta, Apr 29 2005

Keywords

Examples

			a(2)=6661 is a term because all digits are equal to 6 except one.
		

Crossrefs

Programs

  • Mathematica
    Select[FromDigits/@Flatten[Table[PadLeft[{pd},n,6],{pd,{1,7}},{n,3,30}],1],PrimeQ]//Sort (* Harvey P. Dale, Sep 01 2021 *)

Extensions

More terms from Harvey P. Dale, Sep 01 2021
Name clarified by Robert Price, Sep 10 2023