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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102354 a(n) = number of ways n can be written as k^2 * j, 0 < j <= k. 5
1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 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, 2, 0, 0, 0, 0, 0, 0, 0, 1, 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,64

COMMENTS

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

EXAMPLE

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

MATHEMATICA

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

CROSSREFS

Cf. A102448, A104020, A104022, A104024.

Sequence in context: A010103 A086078 A014082 * A193138 A162641 A087781

Adjacent sequences:  A102351 A102352 A102353 * A102355 A102356 A102357

KEYWORD

nonn

AUTHOR

Leroy Quet, Feb 21 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 22 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 18:33 EST 2012. Contains 205663 sequences.