A249688 a(n) = n-th Ramanujan number A000594(n), squared.
1, 576, 63504, 2166784, 23328900, 36578304, 280361536, 7136870400, 12914731449, 13437446400, 285809990544, 137599451136, 333781196644, 161488244736, 1481478465600, 974437482496, 47691924412356, 7438885314624
Offset: 1
References
- G. H. Hardy, Ramanujan: twelve lectures on subjects suggested by his life and work, AMS Chelsea Publishing, Providence, Rhode Island, 2002, lecture X, p. 180.
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..2000
Crossrefs
Cf. A000594.
Programs
-
Mathematica
Table[RamanujanTau[n]^2, {n, 18}] (* Michael De Vlieger, Feb 09 2017 *)
-
PARI
a(n)=ramanujantau(n)^2 \\ Andrew Howroyd, Jul 25 2018
Comments