98145
domain: N
Appears in sequences
- Denominators of continued fraction convergents to sqrt(29).at n=13A041047
- a(0) = 1, a(1) = 5, a(n+1) = 5*a(n) + a(n-1).at n=7A052918
- Triangle, read by rows, T(n, k) = Fibonacci(n, k), where Fibonacci(n, x) is the Fibonacci polynomial.at n=41A117715
- Array A(n,k) = n*A(n,k-1) + A(n,k-2) read by upward antidiagonals, starting A(n,0) = 0, A(n,1) = 1.at n=86A172236
- Triangle t(n,k) read by rows: fibonomial ratios c(n)/(c(k)*c(n-k)) where c are partial products of a generalized Fibonacci sequence with multiplier m=5.at n=37A172342
- Total number of sequences with p_j copies of j and longest increasing subsequence of length k summed over all partitions [p_1, p_2, ..., p_k] of n into distinct parts.at n=12A268700