cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A300830 a(n) = Product_{d|n} A019565(d)^(1-A008966(n/d)).

This page as a plain text file.
%I A300830 #6 Mar 19 2018 22:14:40
%S A300830 1,1,1,2,1,1,1,6,2,1,1,12,1,1,1,30,1,6,1,20,1,1,1,540,2,1,12,60,1,1,1,
%T A300830 210,1,1,1,2520,1,1,1,1260,1,1,1,84,20,1,1,94500,2,6,1,140,1,540,1,
%U A300830 18900,1,1,1,25200,1,1,60,2310,1,1,1,44,1,1,1,8731800,1,1,12,132,1,1,1,346500,168,1,1,39600,1,1,1,41580,1,1260
%N A300830 a(n) = Product_{d|n} A019565(d)^(1-A008966(n/d)).
%H A300830 Antti Karttunen, <a href="/A300830/b300830.txt">Table of n, a(n) for n = 1..8192</a>
%F A300830 a(n) = Product_{d|n} A019565(d)^(1-abs(A008683(n/d))).
%F A300830 a(n) = A293214(n) / (A300831(n)*A300832(n)).
%o A300830 (PARI)
%o A300830 A019565(n) = {my(j,v); factorback(Mat(vector(if(n, #n=vecextract(binary(n), "-1..1")), j, [prime(j), n[j]])~))}; \\ From A019565
%o A300830 A300830(n) = { my(m=1); fordiv(n,d,if(!moebius(n/d),m *= A019565(d))); m; };
%Y A300830 Cf. A008683, A008966, A019565.
%Y A300830 Cf. also A293214, A300831, A300832, A300833.
%K A300830 nonn
%O A300830 1,4
%A A300830 _Antti Karttunen_, Mar 16 2018