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.

A126331 Triangle T(n,k), 0 <= k <= n, read by rows defined by: T(0,0)=1, T(n,k)=0 if k < 0 or if k > n, T(n,0) = 4*T(n-1,0) + T(n-1,1), T(n,k) = T(n-1,k-1) + 5*T(n-1,k) + T(n-1,k+1) for k >= 1.

Table of values

n a(n)
0 1
1 4
2 1
3 17
4 9
5 1
6 77
7 63
8 14
9 1
10 371
11 406
12 134
13 19
14 1
15 1890
16 2535
17 1095
18 230
19 24
20 1
21 10095
22 15660
23 8240
24 2269
25 351
26 29
27 1
28 56040
29 96635
30 59129
31 19936
32 4053
33 497
34 34
35 1
36 320795
37 598344
38 412216
39 162862
40 40698
41 6572
42 668
43 39
44 1

List of values

[1, 4, 1, 17, 9, 1, 77, 63, 14, 1, 371, 406, 134, 19, 1, 1890, 2535, 1095, 230, 24, 1, 10095, 15660, 8240, 2269, 351, 29, 1, 56040, 96635, 59129, 19936, 4053, 497, 34, 1, 320795, 598344, 412216, 162862, 40698, 6572, 668, 39, 1]