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.

A117808 Primes of the form ((2 + sqrt(3))^(2*k+1) + (2 - sqrt(3))^(2*k+1))/4.

Original entry on oeis.org

3, 13, 181, 2521, 489061, 6811741, 1321442641, 18405321661, 381765135195632792959100810331957408101589361
Offset: 1

Views

Author

Roger L. Bagula, Apr 29 2006

Keywords

Comments

Primes in A001570. - Joerg Arndt, Dec 30 2023
Primes among absolute values of A108946.
Also the Cosgrave-Dilcher primes that are a subset of the nontrivial cyclotomic lambda invariant for Q(sqrt{-3}) (or a subset of the 1-exceptional primes for M=3). - Christopher M. Stokes, Aug 04 2022

Crossrefs

Cf. A108946.

Programs

  • PARI
    b(n)=my(w=quadgen(12)); ((w+2)^n+(2-w)^n)\4
    for(n=2,800, if(isprime(p=b(n)), print1(p", "))) \\ Charles R Greathouse IV, Aug 22 2022

Extensions

Definition and terms corrected by N. J. A. Sloane, May 21 2010
Edited by Joerg Arndt, Dec 30 2023