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.

A276203 Numbers k such that k^9 + 9^k is prime.

Original entry on oeis.org

2, 76, 122, 422, 2300, 5090, 7166, 58046, 91382, 234178, 314738
Offset: 1

Views

Author

Felix Fröhlich, Aug 27 2016

Keywords

Comments

Numbers k such that A185277(k) is prime.

Examples

			2 is a term of the sequence, because A185277(2) = 593 is prime.
		

Crossrefs

Programs

  • PARI
    is(n) = ispseudoprime(n^9+9^n)