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.

A083948 Integer coefficients of A(x), where 1<=a(n)<=8, such that A(x)^(1/8) consists entirely of integer coefficients.

This page as a plain text file.
%I A083948 #11 Oct 31 2013 12:17:23
%S A083948 1,8,4,8,2,8,4,8,7,8,8,8,4,8,8,8,3,8,8,8,2,8,8,8,1,8,8,8,8,8,8,8,6,8,
%T A083948 4,8,6,8,4,8,6,8,8,8,4,8,8,8,4,8,8,8,2,8,8,8,8,8,8,8,8,8,8,8,7,8,8,8,
%U A083948 6,8,8,8,8,8,4,8,6,8,4,8,8,8,8,8,6,8,8,8,7,8,4,8,8,8,4,8,3,8,4,8,4,8,4,8,3
%N A083948 Integer coefficients of A(x), where 1<=a(n)<=8, such that A(x)^(1/8) consists entirely of integer coefficients.
%C A083948 More generally the sequence, "integer coefficients of A(x), where 1<=a(n)<=m, such that A(x)^(1/m) consists entirely of integer coefficients", appears to have a unique solution for all m. Are these sequences periodic?
%H A083948 Robert G. Wilson v, <a href="/A083948/b083948.txt">Table of n, a(n) for n = 0..3000</a>.
%t A083948 a[0] = 1; a[n_] := a[n] = Block[{k = 1, s = Sum[a[i]*x^i, {i, 0, n-1}]}, While[ Union[ IntegerQ /@ CoefficientList[ Series[(s+k*x^n)^(1/8), {x, 0, n}], x]] != {True}, k++ ]; k]; Table[ a[n], {n, 0, 104}] (* _Robert G. Wilson v_ *)
%Y A083948 Cf. A083952, A083953, A083954, A083955, A083956, A083947, A083949, A083950.
%K A083948 nonn
%O A083948 0,2
%A A083948 _Paul D. Hanna_, May 09 2003
%E A083948 More terms from _Robert G. Wilson v_, Jul 26 2005