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.

A144444 Triangle read by rows: T(n, k) = (1-n+k)*T(n-1, k-1) + (2-k)*T(n-1, k) - T(n-2, k-1) with T(n, 1) = T(n, n) = 1.

Table of values

n a(n)
1 1
2 1
3 1
4 1
5 -1
6 1
7 1
8 -2
9 -2
10 1
11 1
12 -3
13 5
14 -3
15 1
16 1
17 -4
18 3
19 3
20 -4
21 1
22 1
23 -5
24 12
25 -17
26 12
27 -5
28 1
29 1
30 -6
31 12
32 -5
33 -5
34 12
35 -6
36 1
37 1
38 -7
39 23
40 -50
41 47
42 -50
43 23
44 -7
45 1
46 1
47 -8
48 25
49 -27
50 64
51 64
52 -27
53 25
54 -8
55 1

List of values

[1, 1, 1, 1, -1, 1, 1, -2, -2, 1, 1, -3, 5, -3, 1, 1, -4, 3, 3, -4, 1, 1, -5, 12, -17, 12, -5, 1, 1, -6, 12, -5, -5, 12, -6, 1, 1, -7, 23, -50, 47, -50, 23, -7, 1, 1, -8, 25, -27, 64, 64, -27, 25, -8, 1]