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.

A225372 Triangle read by rows: T(n,k) (1 <= k <= n) given by T(n, 1) = T(n,n) = 1, otherwise T(n, k) = (m*n-m*k+1)*T(n-1,k-1) + (m*k-m+1)*T(n-1,k), where m = -2.

Table of values

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

List of values

[1, 1, 1, 1, -2, 1, 1, -1, -1, 1, 1, -4, 6, -4, 1, 1, -3, 2, 2, -3, 1, 1, -6, 15, -20, 15, -6, 1, 1, -5, 9, -5, -5, 9, -5, 1, 1, -8, 28, -56, 70, -56, 28, -8, 1, 1, -7, 20, -28, 14, 14, -28, 20, -7, 1, 1, -10, 45, -120, 210, -252, 210, -120, 45, -10, 1]