132414
domain: N
Appears in sequences
- The sequence of coefficients of a polynomial recursion: p(x,n)=If[Mod[n, 2] == 0, (x + 1)*p(x, n - 1), (x^2 + (2*n)*x + 1)^Floor[n/2]].at n=49A171147
- The sequence of coefficients of a polynomial recursion: p(x,n)=If[Mod[n, 2] == 0, (x + 1)*p(x, n - 1), (x^2 + (2*n)*x + 1)^Floor[n/2]].at n=50A171147
- Integers n where n^3 + (n+1)^3 is a Taxicab number A001235.at n=26A259836