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.

A104096 Largest prime <= 11^n.

Original entry on oeis.org

11, 113, 1327, 14639, 161047, 1771559, 19487147, 214358857, 2357947673, 25937424577, 285311670569, 3138428376689, 34522712143897, 379749833583233, 4177248169415627, 45949729863572147, 505447028499293761
Offset: 1

Views

Author

Cino Hilliard, Mar 03 2005

Keywords

Programs

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