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.

A181494 Twin primes (A001097) of the form 3*2^k +- 1.

Original entry on oeis.org

5, 7, 11, 13, 191, 193, 786431, 786433
Offset: 1

Views

Author

M. F. Hasler, Oct 30 2010

Keywords

Crossrefs

Programs

  • PARI
    for( k=1,999, ispseudoprime(3<
    				

Formula

A181494(n) = A181493(ceiling(n/2)) + (-1)^n = A007283(A181490(ceiling(n/2))) + (-1)^n.