Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #17 Jan 11 2024 13:27:42
%S 1,4,4,16,16,36,4,64,36,144,4,144,4,36,64,256,256,900,4,1296,16,36,36,
%T 576,4,36,144,144,36,576,4,1024,36,2304,36,3600,4,36,144,5184,4,144,
%U 36,144,576,900,4,2304,36,36,1024,144,36,3600,4,576,144,900,4,5184,4,36,144
%N a(n) = A278233(A000695(n)) = A278233(n)^2.
%H Antti Karttunen, <a href="/A278238/b278238.txt">Table of n, a(n) for n = 1..256</a>
%H <a href="/index/Eu#epf">Index entries for sequences computed from exponents in factorization of n</a>
%H <a href="/index/Ge#GF2X">Index entries for sequences operating on polynomials in ring GF(2)[X]</a>
%F a(n) = A278233(A000695(n)).
%F a(n) = A278233(n)^2.
%o (Scheme) (define (A278238 n) (A278233 (A000695 n)))
%Y Cf. A048720, A000695, A278233, A278239, A278254.
%K nonn
%O 1,2
%A _Antti Karttunen_, Nov 17 2016