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.

A138943 Primes of the form (16^k - 3^k)/13.

Original entry on oeis.org

19, 313, 1635972917889127228189253483929940713
Offset: 1

Views

Author

Keywords

Comments

The next term has 562 digits. - Harvey P. Dale, Mar 28 2013

Crossrefs

Programs

  • Mathematica
    a={};Do[p=(16^n-3^n)/13; If[PrimeQ[p], AppendTo[a,p]], {n,1,10^2}];a
    Select[Table[(16^n-3^n)/13,{n,500}],PrimeQ] (* Harvey P. Dale, Mar 28 2013 *)

Formula

a(n) = A180845(A128030(n)). - Amiram Eldar, Jul 11 2025