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.

A242147 Number of length 3+5 0..n arrays with no consecutive six elements summing to more than 3*n.

This page as a plain text file.
%I A242147 #10 Oct 31 2018 21:50:23
%S A242147 132,2902,27024,154647,647404,2180310,6256170,15876783,36560854,
%T A242147 77812152,155155078,292868433,527561802,912752596,1524615420,
%U A242147 2469089061,3890540016,5982195106,8998569348,13270128883,19220442384,27386087994
%N A242147 Number of length 3+5 0..n arrays with no consecutive six elements summing to more than 3*n.
%H A242147 R. H. Hardin, <a href="/A242147/b242147.txt">Table of n, a(n) for n = 1..210</a>
%F A242147 Empirical: a(n) = (757/2240)*n^8 + (14969/5040)*n^7 + (16439/1440)*n^6 + (1133/45)*n^5 + (100771/2880)*n^4 + (22733/720)*n^3 + (92011/5040)*n^2 + (879/140)*n + 1.
%F A242147 Conjectures from _Colin Barker_, Oct 31 2018: (Start)
%F A242147 G.f.: x*(132 + 1714*x + 5658*x^2 + 4815*x^3 + 1309*x^4 - 30*x^5 + 36*x^6 - 9*x^7 + x^8) / (1 - x)^9.
%F A242147 a(n) = 9*a(n-1) - 36*a(n-2) + 84*a(n-3) - 126*a(n-4) + 126*a(n-5) - 84*a(n-6) + 36*a(n-7) - 9*a(n-8) + a(n-9) for n>9.
%F A242147 (End)
%e A242147 Some solutions for n=4:
%e A242147   0  1  1  1  2  0  0  0  2  0  2  2  1  2  1  1
%e A242147   2  2  2  3  0  4  2  1  3  2  2  3  2  0  2  1
%e A242147   0  2  0  2  0  0  3  1  0  0  0  1  1  2  0  0
%e A242147   0  0  2  3  1  2  0  0  0  1  4  3  0  1  1  4
%e A242147   4  1  4  0  3  0  0  0  3  1  1  2  4  2  3  2
%e A242147   4  1  0  2  1  4  3  3  3  3  1  0  2  1  2  0
%e A242147   1  4  4  2  4  1  3  0  0  1  1  0  3  1  3  2
%e A242147   0  2  1  1  0  0  1  3  1  0  2  0  1  1  2  1
%Y A242147 Row 3 of A242144.
%K A242147 nonn
%O A242147 1,1
%A A242147 _R. H. Hardin_, May 05 2014