login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104025 Least number k which can be written as k^2 * j, 0 < j <= k and (k, j) = 1 in n ways. 1
2, 1, 100, 900, 44100, 108900, 1232100, 11492100, 5336100, 12744900, 97416900 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

MATHEMATICA

t = Sort[ Flatten[ Table[n = k^2*j; If[ GCD[k, j] == 1 && 10^5 < n < 10^8, n, {}], {k, 15000}, {j, k}]]]; l = Length[t]; t[[Select[ Range[l - 11], t[[ # ]] == t[[ # + 9]] &]]]

CROSSREFS

Cf. A102354, A104021, A104023.

Sequence in context: A147805 A141527 A191298 * A039923 A081708 A012004

Adjacent sequences:  A104022 A104023 A104024 * A104026 A104027 A104028

KEYWORD

nonn

AUTHOR

Leroy Quet and Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 23 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:17 EST 2012. Contains 205823 sequences.