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.

A185073 Numbers n such that (34^n - 1)/33 is prime.

Original entry on oeis.org

13, 1493, 5851, 6379, 125101
Offset: 1

Views

Author

Robert Price, Mar 10 2012

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[100]], PrimeQ[(34^#-1)/33]&]
  • PARI
    isok(n) = isprime((34^n-1)/33); \\ Michel Marcus, Mar 13 2016
    
  • PARI
    lista(nn) = for(n=1, nn, if(ispseudoprime((34^n - 1)/33), print1(n, ", "))); \\ Altug Alkan, Mar 13 2016

Extensions

a(5)=125101 corresponds to a probable prime discovered by Paul Bourdelais, Nov 20 2017