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.

A138932 Primes of the form (11^n - 3^n)/8.

Original entry on oeis.org

163, 20101, 7644886305906535603, 23992928119718809985809180625983
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A128027.

Programs

  • Mathematica
    a={}; Do[p=(11^n-3^n)/8; If[PrimeQ[p], AppendTo[a, p]], {n, 1, 16^2}];a