116466
domain: N
Appears in sequences
- Numbers n such that sum of distinct primes dividing n is divisible by the largest prime dividing n. Also n has exactly 5 distinct prime factors and n is squarefree.at n=30A071144
- Number of (n+2)X(5+2) 0..3 arrays with every consecutive three elements in every row, column, diagonal and antidiagonal having exactly two distinct values, and new values 0 upwards introduced in row major order.at n=6A253041
- Number of (n+2)X(7+2) 0..3 arrays with every consecutive three elements in every row, column, diagonal and antidiagonal having exactly two distinct values, and new values 0 upwards introduced in row major order.at n=4A253043
- Number of n X 7 0..1 arrays with no element equal to more than one of its horizontal and antidiagonal neighbors, with the exception of exactly one element, and with new values introduced in order 0 sequentially upwards.at n=9A281204
- T(n, k) = [x^n] 2^n*P(n, x), where P(n, x) = (1 + 4*x)^(n + 1) + (1 - 2^(-2*n-1))*(2 + 4*x)^(n + 1). Triangle read by rows, T(n, k) for 0 <= k <= n+1 if n >= 0 and by convention T(-1, 0) = 0.at n=29A342317