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.

A185240 Numbers k such that (35^k + 1)/36 is prime.

Original entry on oeis.org

11, 13, 79, 127, 503, 617, 709, 857, 1499, 3823, 135623, 280979
Offset: 1

Views

Author

Robert Price, Aug 29 2013

Keywords

Comments

All terms are primes. a(11) > 10^5.

Crossrefs

Programs

  • Mathematica
    Do[ p=Prime[n]; If[ PrimeQ[ (35^p + 1)/36 ], Print[p] ], {n, 1, 9592} ]
  • PARI
    is(n)=isprime((35^n+1)/36) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

a(11)=135623 found as probable prime and added by Paul Bourdelais, Jul 05 2018
a(12) from Paul Bourdelais, Sep 13 2021