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.

A083975 Smallest palindromic prime containing exactly n 4's.

Original entry on oeis.org

11411, 14341, 1464641, 1447441, 1444441, 144404441, 14244444241, 34444344443, 74444444447, 1444447444441, 3444444444443, 144444454444441, 14144444444444141, 34444444044444443, 1414444444444444141, 1444444447444444441, 104444444444444444401
Offset: 1

Views

Author

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

Keywords

Crossrefs

Programs

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

Extensions

More terms from Ray G. Opao, Sep 20 2004
Corrected and extended by Giovanni Resta, Feb 08 2006