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.

A110632 Every 6th term of A083946 starting from position 0.

This page as a plain text file.
%I A110632 #7 Mar 13 2015 00:05:05
%S A110632 1,6,6,3,6,2,6,4,4,6,3,2,1,2,3,1,6,6,1,2,6,4,2,4,2,6,2,4,2,6,5,2,2,1,
%T A110632 5,3,6,6,2,5,3,1,4,5,4,6,2,4,3,1,6,2,3,3,6,4,1,6,3,2,5,3,3,3,6,6,5,4,
%U A110632 2,5,3,2,4,3,3,2,6,6,3,1,5,3,6,2,4,2,6,5,4,3,3,1,4,2,4,3,3,6,3,5,5,4,4,6,4
%N A110632 Every 6th term of A083946 starting from position 0.
%o A110632 (PARI) {a(n)=local(d=6,m=6,A=1+m*x); for(j=2,d*n, for(k=1,m,t=polcoeff((A+k*x^j+x*O(x^j))^(1/m),j); if(denominator(t)==1,A=A+k*x^j;break)));polcoeff(A,d*n)}
%Y A110632 Cf. A083946, A110633, A110634, A110631 (m=5), A110635 (m=7).
%K A110632 nonn
%O A110632 0,2
%A A110632 _Robert G. Wilson v_ and _Paul D. Hanna_, Aug 30 2005