OFFSET
1,2
LINKS
Robert Israel, Table of n, a(n) for n = 1..2500
EXAMPLE
a(6) = 8 is a term because A066840(8) = 4 = 2^2.
MAPLE
N:= 1000: # for terms <= N
G:= add(numtheory:-mobius(n)*n*x^(2*n)/((1-x^n)*(1-x^(2*n))^2), n=1..N/2):
S:= series(G, x, N+1):
A66840:= [seq(coeff(S, x, j), j=1..N)]:
select(t -> issqr(A66840[t]), [$1..N]);
CROSSREFS
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, Feb 02 2021
STATUS
approved