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.

A133051 Squares of perfect numbers.

Original entry on oeis.org

36, 784, 246016, 66064384, 1125625045712896, 73785850399226331136, 18889393873953262403584, 5316911978187903335626628646131728384, 7067388259113537312203207839508118631205775474686154970915275376716414976
Offset: 1

Views

Author

Omar E. Pol, Oct 30 2007

Keywords

Examples

			a(2)=784 because the second perfect number is 28 and 28^2=784.
		

Crossrefs

Cf. A000290, A001248. Perfect numbers: A000396.

Programs

  • Mathematica
    Select[Range[9000], DivisorSigma[1,#]== 2*# &]^2 (* G. C. Greubel, Oct 03 2017 *)

Formula

a(n) = A000396(n)^2

Extensions

More terms from Olaf Voß, Feb 13 2008