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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102448 a(n) = number of ways to write n = k^2 * j, j <= k, GCD(k,j) = 1, j and k = positive integers. 4
1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0 (list; graph; refs; listen; history; internal format)
OFFSET

1,100

COMMENTS

Sum_{n>0} a(n)/n = 2.

EXAMPLE

a(18) = 1 because 18 = k^2 * j, j <= k, GCD(k,j)=1, in one way: k=3, j=2.

MATHEMATICA

t = Sort[ Flatten[ Table[ If[ GCD[j, k] == 1, k^2*j, {}], {k, 11}, {j, k}]]]; Table[ Count[t, n], {n, 105}] (from Robert G. Wilson v Feb 25 2005)

CROSSREFS

Cf. A102354, A104021, A104023, A104025.

Sequence in context: A118553 * A102683 A122840 A083919 A063665 A072507

Adjacent sequences:  A102445 A102446 A102447 * A102449 A102450 A102451

KEYWORD

nonn

AUTHOR

Leroy Quet, Feb 23 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 24 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 14 23:53 EST 2012. Contains 205689 sequences.