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.

A128336 Numbers k such that (6^k + 5^k)/11 is prime.

Original entry on oeis.org

3, 5, 17, 397, 409, 643, 1783, 2617, 4583, 8783
Offset: 1

Views

Author

Alexander Adamchuk, Feb 27 2007

Keywords

Comments

All terms are primes.
No other terms less than 100000. - Robert Price, May 11 2012

Crossrefs

Programs

  • Mathematica
    k=6; Do[p=Prime[n]; f=(k^p+5^p)/(k+5); If[ PrimeQ[f], Print[p] ], {n,1,100}]
  • PARI
    forprime(p=3,1e4,if(ispseudoprime((6^p+5^p)/11),print1(p", "))) \\ Charles R Greathouse IV, Jul 16 2011

Extensions

a(7)-a(9) from Alexander Adamchuk, May 04 2010
One more term (8783) added (unknown discoverer) corresponding to a probable prime with 6834 digits by Jean-Louis Charton, Oct 06 2010