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.

A177491 Primes of the form (14*10^k-17)/3.

Original entry on oeis.org

41, 461, 46666661, 4666666661, 466666666666661, 4666666666666666666666661, 4666666666666666666666666666666666666666666661, 46666666666666666666666666666666666666666666666661, 46666666666666666666666666666666666666666666666666666666666666666666666661
Offset: 1

Views

Author

Vincenzo Librandi, Dec 11 2010

Keywords

Crossrefs

Programs

  • Magma
    [a: n in [0..250]|IsPrime(a) where a is (14*10^n-17)div(3)];
  • Mathematica
    Select[Table[FromDigits[Join[PadRight[{4},n,6],{1}]],{n,80}],PrimeQ] (* Harvey P. Dale, Nov 21 2014 *)