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.

A104091 Largest prime <= 6^n.

Original entry on oeis.org

5, 31, 211, 1291, 7759, 46649, 279919, 1679609, 10077689, 60466169, 362796997, 2176782317, 13060693999, 78364164083, 470184984569, 2821109907437, 16926659444687, 101559956668403, 609359740010477, 3656158440062969
Offset: 1

Views

Author

Cino Hilliard, Mar 03 2005

Keywords

Programs

  • PARI
    g(n,b) = for(x=0,n,print1(precprime(b^x)","))