36463
domain: N
Appears in sequences
- Octal palindromes which are also primes.at n=39A006341
- Number of parallelogram polyominoes with n cells (also called staircase polyominoes, although that term is overused).at n=13A006958
- Indices of primes in sequence defined by A(0) = 87, A(n) = 10*A(n-1) - 13 for n > 0.at n=5A101072
- 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, 0, 1), (0, 0, 1), (0, 1, -1), (1, -1, 1), (1, 0, 1)}.at n=8A150511
- Number of -n..n circular arrays x(0..5) of 6 elements with zero sums of x(i) and x(i)*x((i+1) mod 6).at n=12A202008
- Triangle read by rows: T(n,k) = T(n-k,k-1) + 2*T(n-k,k) + T(n-k,k+1) with T(0,0) = 1 for 0 <= k <= A003056(n).at n=51A291929
- Starts of runs of 3 consecutive Zeckendorf-Niven numbers (A328208).at n=27A328210
- Triangle of generalized Stirling numbers of the lower level of the hierarchy (section m=1).at n=22A376863
- Number of ways to place eight distinct positive integers on a square, four on the corners and four on the sides such that the sum of the three values on each side is n.at n=32A380962