SquaresR
SquaresR(k, intNumber)
counts the numbers of the representation of
intNumber
as sum ofx^2
terms which occurk
times.
See
Examples
>> SquaresR(8, 30)395136
SquaresR(k, intNumber)
counts the numbers of the representation of
intNumber
as sum ofx^2
terms which occurk
times.
See
>> SquaresR(8, 30)395136