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.

A110570 Triangle read by rows: T(n,0) = T(n,n) = 1 and for 0 T(n,k) = if k<=n/2 then T(n-k,0)+T(n-k,k) else T(k,n-k)+T(k,n).

Table of values

n a(n)
1 1
2 1
3 1
4 1
5 2
6 1
7 1
8 3
9 3
10 1
11 1
12 4
13 2
14 4
15 1
16 1
17 5
18 4
19 4
20 5
21 1
22 1
23 6
24 3
25 2
26 3
27 6
28 1
29 1
30 7
31 5
32 5
33 5
34 5
35 7
36 1
37 1
38 8
39 4
40 5
41 2
42 5
43 4
44 8
45 1
46 1
47 9
48 6
49 3
50 6
51 6
52 3
53 6
54 9
55 1
56 1
57 10
58 5
59 6
60 4
61 2
62 4
63 6
64 5
65 10
66 1
67 1
68 11
69 7
70 6
71 6
72 7
73 7
74 6
75 6
76 7
77 11
78 1
79 1
80 12
81 6
82 4
83 3
84 6
85 2
86 6
87 3
88 4
89 6
90 12
91 1
92 1
93 13
94 8
95 7
96 7
97 6
98 8
99 8
100 6
101 7
102 7

List of values

[1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 4, 2, 4, 1, 1, 5, 4, 4, 5, 1, 1, 6, 3, 2, 3, 6, 1, 1, 7, 5, 5, 5, 5, 7, 1, 1, 8, 4, 5, 2, 5, 4, 8, 1, 1, 9, 6, 3, 6, 6, 3, 6, 9, 1, 1, 10, 5, 6, 4, 2, 4, 6, 5, 10, 1, 1, 11, 7, 6, 6, 7, 7, 6, 6, 7, 11, 1, 1, 12, 6, 4, 3, 6, 2, 6, 3, 4, 6, 12, 1, 1, 13, 8, 7, 7, 6, 8, 8, 6, 7, 7]