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.

A228074 A Fibonacci-Pascal triangle read by rows: T(n,0) = Fibonacci(n), T(n,n) = n and for n > 0: T(n,k) = T(n-1,k-1) + T(n-1,k), 0 < k < n.

Table of values

n a(n)
0 0
1 1
2 1
3 1
4 2
5 2
6 2
7 3
8 4
9 3
10 3
11 5
12 7
13 7
14 4
15 5
16 8
17 12
18 14
19 11
20 5
21 8
22 13
23 20
24 26
25 25
26 16
27 6
28 13
29 21
30 33
31 46
32 51
33 41
34 22
35 7
36 21
37 34
38 54
39 79
40 97
41 92
42 63
43 29
44 8
45 34
46 55
47 88
48 133
49 176
50 189
51 155
52 92
53 37
54 9
55 55
56 89
57 143
58 221
59 309
60 365
61 344
62 247
63 129
64 46
65 10

List of values

[0, 1, 1, 1, 2, 2, 2, 3, 4, 3, 3, 5, 7, 7, 4, 5, 8, 12, 14, 11, 5, 8, 13, 20, 26, 25, 16, 6, 13, 21, 33, 46, 51, 41, 22, 7, 21, 34, 54, 79, 97, 92, 63, 29, 8, 34, 55, 88, 133, 176, 189, 155, 92, 37, 9, 55, 89, 143, 221, 309, 365, 344, 247, 129, 46, 10]