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.

A227769 First (n+1)-fold perfect number divided by first n-fold perfect number, or 0 if the quotient is not an integer.

Original entry on oeis.org

6, 20, 252, 468996, 0, 0, 0
Offset: 1

Views

Author

Jonathan Sondow, Jul 30 2013

Keywords

Comments

The first n-fold perfect numbers are A007539 = 1, 6, 120, 30240, 14182439040, 154345556085770649600, ...
For additional comments, references, links, and crossrefs, see A007539 and A227765.

Examples

			The first 4-fold and 5-fold perfect numbers are A007539(4) = 30240 and  A007539(5) = 14182439040, and 14182439040/30240 = 468996 is an integer, so a(4) = 468996.
		

Crossrefs

Formula

a(n) = A007539(n+1)/A007539(n) if n < 5.