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.

A214791 Numbers n such that n+8 = A214789(n).

Original entry on oeis.org

17, 23, 26, 37, 53, 67, 83, 137, 157, 163, 167, 173, 193, 197, 223, 283, 293, 367, 373, 383, 467, 487, 523, 547, 577, 613, 643, 673, 683, 727, 787, 853, 863, 887, 907, 937, 1033, 1063, 1093
Offset: 1

Views

Author

Art DuPre, Aug 03 2012

Keywords

Comments

This sequence is disjoint from A214790. It is only a conjecture that this sequence consists of primes except for 26.

Crossrefs

Programs

  • PARI
    is(n)=my(k); while(((Mod([1, 1; 1, 0], n))^k++)[1, 2]!=-8, ); k==n+7 \\ Charles R Greathouse IV, Nov 25 2014