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.

A138030 Numbers that remain prime through 8 iterations of function f(x) = 2x + 1.

Original entry on oeis.org

85864769, 198479579, 305192579, 2400025739, 7606886429, 7755909149, 10378311899, 16744125509, 17029114499, 17117793089, 17574340739, 26089808579, 28889527679, 43390196519, 45424068359, 52179617159, 54293956289, 56838102179, 65639153579, 66655116659
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Select[Prime[Range[10^8]],PrimeQ[a1=2*#+1]&&PrimeQ[a2=2*a1+1]&&PrimeQ[a3=2*a2+1]&&PrimeQ[a4=2*a3+1]&&PrimeQ[a5=2*a4+1]&&PrimeQ[a6=2*a5+1]&&PrimeQ[a7=2*a6+1]&&PrimeQ[a8=2*a7+1] &]

Formula

a(n) == 89 or 329 (mod 330). - John Cerkan, Nov 30 2016