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.

Showing 1-2 of 2 results.

A214792 Union of A214790 and A214791.

Original entry on oeis.org

10, 11, 17, 19, 23, 26, 31, 37, 53, 67, 79, 83, 131, 137, 157, 163, 167, 173, 179, 193, 197, 223, 239, 251, 283, 293, 367, 373, 379, 383, 419, 431, 439, 467, 479, 487, 499, 523, 547, 571, 577, 599, 613, 631, 643, 659, 673
Offset: 1

Views

Author

Art DuPre, Aug 03 2012

Keywords

Comments

This is the union of the disjoint sequences A214790 and A214791. It is only a conjecture that 10 and 26 are the only nonprimes in this sequence.

Crossrefs

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
Showing 1-2 of 2 results.