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.

A219978 Numbers k (>= 1) such that A007781(k-1) = k^k - (k-1)^(k-1) is semiprime.

Original entry on oeis.org

5, 6, 13, 16, 18, 21, 22, 28, 29, 37, 46, 60, 71, 84
Offset: 1

Views

Author

Jonathan Vos Post, Dec 02 2012

Keywords

Comments

This is to A072164 as semiprimes A001358 are to primes A000040. Can thus be called power difference semiprimes.
a(15) >= 115, as 115^115 - 114^114 is a 237-digit composite number with no known factors. - Tyler Busby, Feb 12 2023

Examples

			a(1) = 5 because 5^5 - 4^4 = 2869 = 19 * 151 is semiprime.
a(2) = 6 because 6^6 - 5^5 = 43531 = 101 * 431.
a(3) = 13 because 13^13 - 12^12 = 293959006143997 = 28201 * 10423708597.
a(4) = 16 because 16^16 - 15^15 = 18008850183328692241 = 109 * 165218809021364149.
		

Crossrefs

Programs

Formula

{ k : A007781(k-1) in A001358 }.

Extensions

a(9)-a(13) from Charles R Greathouse IV, Dec 02 2012
a(14) from Charles R Greathouse IV, Dec 04 2012