The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104024 Least number k which can be written as k^2 * j, 0 < j <= k in n ways. 3

%I #6 Feb 05 2014 20:18:06

%S 2,1,64,900,5184,32400,57600,176400,705600,1166400,3240000,6350400,

%T 14288400,37454400,25401600,87609600

%N Least number k which can be written as k^2 * j, 0 < j <= k in n ways.

%t t = Sort[ Flatten[ Table[n = k^2*j; If[n < 10^7, n, {}], {k, 10000}, {j, k}]]]; l = Length[t]; t[[Select[ Range[l - 11], t[[ # ]] == t[[ # + 11]] &]]]

%Y Cf. A102354, A104020, A104022.

%K nonn

%O 0,1

%A _Leroy Quet_ and _Robert G. Wilson v_, Feb 23 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 00:07 EDT 2024. Contains 372497 sequences. (Running on oeis4.)