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.

A134753 Numbers k such that 3^(2*k-1) + 2 is prime.

Original entry on oeis.org

1, 2, 8, 32, 62, 70, 118, 122, 158, 182, 196, 566, 752, 3602, 21896, 22768, 53072
Offset: 1

Views

Author

N. J. A. Sloane, Jan 28 2008

Keywords

Comments

From Enrique Pérez Herrero, Jul 29 2010: (Start)
With: f(n)=3^(2n-1)+2, the non-primality of f(n) is settled when:
if 2 does not divide n, 5 divides f(n) (n>1)
if 3 divides n, 7 divides f(n)
if 5 divides n-4, 11 divides f(n)
if 14 divides n-2, 29 divides f(n)
if 15 divides n-5, 31 divides f(n). (End)

References

Crossrefs

Programs

Formula

({odd terms in A051783} + 1)/2.

Extensions

Typo in prime search corrected Enrique Pérez Herrero, Jul 31 2010
a(15)-a(17) from A051783 by Ray Chandler, Aug 06 2011