OFFSET
0
LINKS
M. F. Hasler, Table of n, a(n) for n = 0..30000
EXAMPLE
a(18) = 1 because there is only one way to represent 18 as a sum of fourth powers: 1^4 + 1^4 + 2^4.
PROG
(PARI) A193243(n)=sum(i=1, sqrtn(n\3, 4), if(isA000404(n-i^4), sum(j=i, sqrtn((n-i^4)\2, 4), ispower(n-i^4-j^4, 4))))
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Dec 31 2012
STATUS
approved