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.

A147669 Primes of the form 7^k-6^k.

Original entry on oeis.org

13, 127, 543607, 3183060102526390833854311, 44487435359130133495783012898708551, 418364165757172442919546303805118823151668308251259902807
Offset: 1

Views

Author

Keywords

Comments

7^2-6^2=49-36=13,...

Crossrefs

Programs

  • Mathematica
    lst={};Do[p=7^n-6^n;If[PrimeQ[p],AppendTo[lst,p]],{n,6!}];lst