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.

A083977 Smallest palindromic prime containing exactly n 6's.

Original entry on oeis.org

10601, 16061, 16661, 1660661, 7666667, 166636661, 10666666601, 36666766663, 1766666666671, 3666662666663, 1666666666661, 366666656666663, 11666666666666611, 36666666766666663, 16666666666666661, 3666666665666666663, 1666666666666666661, 166666666636666666661
Offset: 1

Views

Author

Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 21 2003

Keywords

Crossrefs

Programs

  • Mathematica
    Table[d = 6; i = 1;
     While[ x = IntegerDigits[Prime[i]];
      x != Reverse[x] || Count[x, d] != n , i++];
    FromDigits[x], {n, 1, 5}]  (* Robert Price, Mar 25 2019 *)

Extensions

More terms from Giovanni Resta, Feb 08 2006