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.

A095680 13, together with primes of the form 10^k + 13 for some k >= 0.

Original entry on oeis.org

13, 113, 1013, 100000000000000013, 10000000000000000000000013, 1000000000000000000000000000000000000000000000000000000000000000000000000000000013
Offset: 1

Views

Author

Xavier Bury (x(AT)monsieurx.com), Jul 04 2004

Keywords

Comments

The next term has 141 digits. - Harvey P. Dale, May 26 2024

Crossrefs

See A095688 for the values of k.
Cf. A093011.

Programs

  • Mathematica
    Join[{13},Select[Table[FromDigits[PadRight[{1},n,0]]+13,{n,100}],PrimeQ]] (* Harvey P. Dale, May 26 2024 *)

Extensions

Corrected by N. J. A. Sloane, Dec 31 2016 at the suggestion of Harvey P. Dale.
Corrected by Harvey P. Dale, May 26 2024