32635
domain: N
Appears in sequences
- Quadruple lucky numbers (lower terms). Numbers n such that n, n+2, n+6, n+8 are all Lucky numbers.at n=26A139783
- a(n) = 74*n^2 + 1.at n=21A158742
- Number of 0..31 integer arrays v[1..n] of length n with all autocorrelation values sum(i){v[i]*v[i-k]} distinct for k in 0..n-1.at n=2A171337
- Number of 0..n-1 integer arrays v[1..3] of length 3 with all autocorrelation values sum(i){v[i]*v[i-k]} distinct for k in 0..2.at n=31A171354
- Divisor sum of the arithmetic function A085945(n).at n=14A224840
- Centered triangular numbers which are products of three distinct primes.at n=19A359624
- Triangle T(n, k) (1 <= k <= n) read by rows: T(n, k) is the numerator of R(n, k) where R(n, k) = R(n, k-1)/2 + R(n-1, k-1) for 1 < k <= n with R(n, 1) = R(n-1, n-1) for n > 1, R(1, 1) = 1.at n=17A386393