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.

A062758 Product of squares of divisors of n.

This page as a plain text file.
%I A062758 #26 Dec 13 2024 06:29:43
%S A062758 1,4,9,64,25,1296,49,4096,729,10000,121,2985984,169,38416,50625,
%T A062758 1048576,289,34012224,361,64000000,194481,234256,529,110075314176,
%U A062758 15625,456976,531441,481890304,841,656100000000,961,1073741824,1185921
%N A062758 Product of squares of divisors of n.
%H A062758 Harry J. Smith, <a href="/A062758/b062758.txt">Table of n, a(n) for n=1..1000</a>
%F A062758 a(n) = n^tau(n) = n^A000005(n) = A007955(n)^2.
%F A062758 A007318(n,k) <= a(n). - _Reinhard Zumkeller_, Mar 04 2008
%t A062758 Times@@(Divisors[#]^2)&/@Range[40] (* _Harvey P. Dale_, Jan 14 2011 *)
%t A062758 a[n_] := n^DivisorSigma[0, n]; Array[a, 40] (* _Amiram Eldar_, Jun 11 2022 *)
%o A062758 (PARI) a(n) = { n^numdiv(n) } \\ _Harry J. Smith_, Aug 10 2009
%Y A062758 Cf. A000005, A007955.
%K A062758 nonn
%O A062758 1,2
%A A062758 _Labos Elemer_, Jul 16 2001