26949
domain: N
Appears in sequences
- T(n,1) + T(n,2) + ... T(n,n), where T is the array in A026098.at n=33A026101
- a(n) = 22*n^2 - 1.at n=34A158540
- a(n) = a(n-1)+a(n-2)-Floor(a(n-3)/2)-Floor(a(n-8)/2); initial terms are 0, 1, 1, 2, 3, 5, 7, 11.at n=29A173199
- Number of partitions p of n such that floor(mean(p)) or ceiling(mean(p)) is a part.at n=40A241344
- Solution of the complementary equation a(n) = a(n-1) + a(n-2) + b(n-2)^2, where a(0) = 1, a(1) = 3, b(0) = 2, and (a(n)) and (b(n)) are increasing complementary sequences.at n=15A296258