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.

A186521 Numbers n>0 such that (7*10^(n+2)+666)*10^n+7 is prime.

Original entry on oeis.org

1, 3, 6, 7, 49, 578, 793, 1322, 1392, 2392, 3066, 13479
Offset: 1

Views

Author

Arkadiusz Wesolowski, Feb 23 2011

Keywords

Comments

Or, indices of primes in A046720. Rudolf Ondrejka calls these "beastly palindromic primes".
Some of the larger entries may only correspond to probable primes.

Crossrefs

Programs

  • Mathematica
    Select[Range[10^3], PrimeQ[(7*10^(# + 2) + 666)*10^# + 7] &] (* Arkadiusz Wesolowski, Sep 08 2011 *)

Extensions

a(12) added by Arkadiusz Wesolowski, Mar 16 2011