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.

A115310 Triangle read by rows, 0<=k<=n: T(n,k) = if n < 2*k then n-k+1 else (k+1)*T(k-1+floor((n-k+1)/(k+1)),k) + k - (n-k+1) mod (k+1).

Table of values

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

List of values

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