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.

A191975 Least common multiple of all p-1, where prime p divides the n-th primary pseudoperfect number A054377(n).

Original entry on oeis.org

1, 2, 6, 42, 330, 235290, 310800, 1863851053628494074457830
Offset: 1

Views

Author

Kieren MacMillan, Jun 20 2011

Keywords

Comments

a(n) is a factor of any exponent k > 0 such that 1^k + 2^k + ... + p^k == 1 (mod p), where p = A054377(n).

Examples

			A054377(3) = 42 = 2*3*7, so a(3) = lcm(2-1, 3-1, 7-1) = lcm(1,2,6) = 6.
		

Crossrefs

Cf. A054377.

Formula

a(n) = lcm(p-1 : prime p | A054377(n)).