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.

A304223 Triangle read by rows: T(0,0)=1; T(n,k) = T(n-1,k)-2*T(n-2,k-1)+2*T(n-3,k-2) for k = 0..floor(2*n/3); T(n,k)=0 for n or k < 0.

Table of values

n a(n)
0 1
1 1
2 1
3 -2
4 1
5 -4
6 2
7 1
8 -6
9 8
10 1
11 -8
12 18
13 -8
14 1
15 -10
16 32
17 -32
18 4
19 1
20 -12
21 50
22 -80
23 36
24 1
25 -14
26 72
27 -160
28 136
29 -24
30 1
31 -16
32 98
33 -280
34 360
35 -160
36 8
37 1
38 -18
39 128
40 -448
41 780
42 -592
43 128
44 1
45 -20
46 162
47 -672
48 1484
49 -1632
50 720
51 -64

List of values

[1, 1, 1, -2, 1, -4, 2, 1, -6, 8, 1, -8, 18, -8, 1, -10, 32, -32, 4, 1, -12, 50, -80, 36, 1, -14, 72, -160, 136, -24, 1, -16, 98, -280, 360, -160, 8, 1, -18, 128, -448, 780, -592, 128, 1, -20, 162, -672, 1484, -1632, 720, -64]