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.

A196023 Primes that are palindromes and have 666 in the middle.

Original entry on oeis.org

16661, 76667, 3166613, 3466643, 7466647, 7666667, 145666541, 148666841, 152666251, 155666551, 169666961, 176666671, 181666181, 304666403, 305666503, 307666703, 308666803, 329666923, 347666743, 349666943, 373666373, 374666473, 383666383, 391666193, 397666793
Offset: 1

Views

Author

Arkadiusz Wesolowski, Sep 26 2011

Keywords

References

Crossrefs

Subsequence of A131645.

Programs

  • Mathematica
    Select[Table[FromDigits@Join[Flatten@IntegerDigits@PadLeft[{666}, 2, n], Reverse@IntegerDigits[n]], {n, 397}], PrimeQ] (* Arkadiusz Wesolowski, Dec 03 2011 *)