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.

A366417 a(n) = A006571(A005117(n)).

This page as a plain text file.
%I A366417 #54 Oct 14 2023 14:05:02
%S A366417 1,-2,-1,1,2,-2,-2,1,4,4,-1,-2,0,2,-2,-1,-8,0,2,7,-1,4,-2,3,0,-4,-8,
%T A366417 -4,-6,2,8,2,-6,1,0,0,5,12,-14,4,2,-7,1,4,-3,4,-6,-2,8,-10,16,-6,-2,
%U A366417 12,0,15,-8,-7,-16,0,-7,2,-4,-16,2,12,18,10,-2,-3,9,0,-1
%N A366417 a(n) = A006571(A005117(n)).
%F A366417 a(n) = A006571(A005117(n)).
%F A366417 Conjecture: a(n) = A366450(A005117(n)), verified up to n = 98.
%t A366417 nn = 73; squareFree = Select[Range[8*nn], SquareFreeQ]; b[n_] := SeriesCoefficient[q (Product[(1 - q^k), {k, 11, n, 11}] Product[1 - q^k, {k, n}])^2, {q, 0, n}]; Table[b[squareFree[[n]]], {n, 1, nn}]
%Y A366417 Cf. A006571, A366450, A005117, A002070, A023900, A191898, A366362.
%K A366417 sign
%O A366417 1,2
%A A366417 _Mats Granvik_, Oct 10 2023