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.

A198196 Numbers k such that [V(4,1,k)/4] = floor(cosh(k log(sqrt(3)+2))/2) = A004526(A001075(k)) is a prime.

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 17, 19, 79, 151, 199, 233, 251, 317, 863, 971
Offset: 1

Views

Author

M. F. Hasler, Oct 21 2011

Keywords

Comments

Further terms are 3049, 7451, 7487, 18869.
All terms must be primes. A117808 lists the corresponding primes floor(A001075(k)/2). Actually, the "floor" here and in the definition is only needed for the initial term 2, since no other even (thus composite) k can be in the sequence, and A001075(k) is even for odd k.

Programs

  • PARI
    q=2+quadgen(12); for(n=1,1e9, ispseudoprime(real(q^n)\2) & print1(n","))