A133051 Squares of perfect numbers.
36, 784, 246016, 66064384, 1125625045712896, 73785850399226331136, 18889393873953262403584, 5316911978187903335626628646131728384, 7067388259113537312203207839508118631205775474686154970915275376716414976
Offset: 1
Keywords
Examples
a(2)=784 because the second perfect number is 28 and 28^2=784.
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