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.

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

Original entry on oeis.org

0, 1, 20, 5040, 2363739840, 25724259347628441600, 23551816324573058043308233789747587210723924136427520000
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, ...
The first n-fold perfect numbers divided by 120 is A227766.
The first n-fold perfect numbers divided by 30240 is A227767.
The first n-fold perfect numbers divided by 14182439040 is A227768.
For additional comments, references, links, and cross-refs, see A007539.

Examples

			The first 3-fold perfect number is A007539(3) = 120, so a(3) = 120/6 = 20.
		

Crossrefs

Formula

a(n) = A007539(n)/6 if 2 <= n <= 8.