59739
domain: N
Appears in sequences
- a(n)=(-1)^n(1 - (1/12)n(n + 1)(12 - n + n^2)).at n=29A080275
- n sets a new record for number of iterations to reach 1 in the juggler sequence problem.at n=18A094679
- 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, 0), (-1, 1, 0), (0, 0, 1), (0, 1, -1), (1, 0, 0)}.at n=9A150072
- Numbers k such that 8k+1, 12k+1 and 24k+1 are primes and the last two are also of the form x^2 + 27y^2, so the tetrahedral number T(24k+1) is a Fermat pseudoprime to base 2.at n=36A321867
- a(0) = 1; a(n) = Sum_{k=0..floor((n-1)/3)} binomial(n-2*k-1,k) * a(k).at n=28A352042