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.

A082182 Numbers k such that (5^k - 2^k)/3 is prime.

Original entry on oeis.org

2, 5, 7, 13, 19, 37, 59, 67, 79, 307, 331, 599, 1301, 12263, 12589, 18443, 20149, 27983, 281807, 656657, 795829, 832151
Offset: 1

Views

Author

Hugo Pfoertner, May 22 2003, Jun 23 2003

Keywords

Comments

No other terms less than 100000. - Robert Price, Apr 06 2012
All terms are primes. Some of the results were computed using the PrimeFormGW (PFGW) primality-testing program. - Hugo Pfoertner, Nov 14 2019
No other terms less than 1000000. - Jon Grantham, Jul 29 2023

Examples

			a(1)=2 because (5^2 - 2^2)/3 = (25 - 4)/3 = 7 is a prime.
		

Programs

Extensions

a(17) from Herman Jamke (hermanjamke(AT)fastmail.fm), May 03 2007
a(18) from David Radcliffe, May 28 2007
a(19)-a(22) from Jon Grantham, Jul 29 2023