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.

A138917 Primes of the form (7^n - 3^n)/4.

Original entry on oeis.org

79, 205339, 2849723505777919, 32630698480032300363207829406924223200028691707999878933118763629424475875983590509549306981, 127580191747195202924309312459314208655999588495944426207896494224749946405733526219402133007132444053184501199
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A128024.

Programs

  • Mathematica
    a={};Do[p=(7^n-3^n)/4;If[PrimeQ[p],AppendTo[a,p]],{n,0,13^2}];a