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.

A231409 Least k with 1^(k*m) + 2^(k*m) + ... + (k*m)^(k*m) == k (mod k*m) for m in A230311.

Original entry on oeis.org

1, 1, 1, 1, 1, 5, 5, 39607528021345872635
Offset: 1

Views

Author

Jonathan Sondow, Nov 30 2013

Keywords

Comments

Least k with A031971(k*m) == k (mod k*m) for m in A230311.
See A031971 and A230311 for more comments and crossrefs.

Examples

			1^m + 2^m + ... + m^m == 1 (mod m) for the first 5 terms m = 1, 2, 6, 42, 1806 of A230311, so a(n) = 1 for n <= 5.
		

Crossrefs

Formula

a(2) = A229303(1), a(3) = A229302(1), a(4) = A229301(1), a(5) = A229300, a(6) = A229312(1).