OFFSET
0,1
COMMENTS
When does a(n) = 3*4^A260510(n)? It does for n = 0, 1, 5, 7, 8, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, ...
a(n) = 1 if n is square but not a fourth power.
a(k^4) = 3.
a(24) = 2, a(25) = 1, a(26) = 48, a(27) = 3, and a(28) = 2.
EXAMPLE
For n = 21 the a(21) = 6 solutions are
21^2 * 27^2 * 28^2 = 126^4,
21^3 * 24^2 * 27^1 * 28^1 = 252^4,
21^2 * 25^2 * 27^2 * 28^2 = 630^4,
21^3 * 24^2 * 25^2 * 27^1 * 28^1 = 1260^4,
21^1 * 24^2 * 27^3 * 28^3 = 1512^4, and
21^1 * 24^2 * 25^2 * 27^3 * 28^3 = 7560^4.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Peter Kagey, Oct 04 2019
STATUS
approved