25319
domain: N
Appears in sequences
- Fibonacci sequence beginning 3, 14.at n=17A022125
- Variation on Ulam numbers: a(1) = 1; a(2) = 2; for n>2, a(n) is smallest (n odd) or largest (n even) new number that is the sum of two distinct earlier terms.at n=37A081025
- Number of walks within N^3 (the first octant of Z^3) starting at (0,0,0) and consisting of n steps taken from {(-1, -1, -1), (-1, 1, 1), (1, 0, 0), (1, 0, 1), (1, 1, 1)}.at n=7A151211
- Array: T(m,n) = (F(m) + F(2*m) + ... + F(n*m))/F(m), by antidiagonals, where F = A000045 (Fibonacci numbers).at n=51A214984
- Array: T(m,n) = (F(n) + F(2*n) + ... + F(n*m))/F(n), by antidiagonals; transpose of A214984.at n=48A214985
- a(n) = n^3 + (n+1)*(n+2).at n=29A270109
- Coefficients in the expansion of 1/([r] + [2r]x + [3r]x^2 + ...); [ ] = floor, r = 7/5.at n=42A279779
- Expansion of Product_{k>0} (1 - 2*k*x^(2*k))/(1 + (2*k-1)*x^(2*k-1)).at n=40A319860
- Number of strict compositions of n with alternating parts strictly decreasing.at n=44A342343