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.

A227766 First n-fold perfect number divided by 120, or 0 if the quotient is not an integer.

Original entry on oeis.org

0, 0, 1, 252, 118186992, 1286212967381422080, 1177590816228652902165411689487379360536196206821376000
Offset: 1

Views

Author

Jonathan Sondow, Jul 29 2013

Keywords

Comments

The first n-fold perfect numbers are A007539(n) = 1, 6, 120, 30240, 14182439040, ..., for n = 1, 2, 3, 4, 5, ...
For additional comments, references, links, and cross-refs, see A007539 and A227765.

Examples

			The first 4-fold perfect number is A007539(4) = 30240, so a(4) = 30240/120 = 252.
		

Crossrefs

Formula

a(n) = A007539(n)/120 if 3 <= n <= 8.