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.

A067908 Primes of the form floor((7/6)^k).

Original entry on oeis.org

2, 3, 5, 7, 11, 13, 29, 47, 101, 257, 349, 1201, 1907, 3533, 122449, 360233, 420271, 9172043, 10700717, 11015860931, 825141735599, 8577010309290077, 25232684617711471, 34344487396329503, 63627402961872791
Offset: 1

Views

Author

Benoit Cloitre, Mar 03 2002

Keywords

Programs

  • PARI
    for(n=1, 1e3, if(ispseudoprime(t=floor((7/6)^n)), print1(t", "))); v \\ Charles R Greathouse IV, Feb 17 2011