-1256
domain: Z
Appears in sequences
- G.f.: 1-q = Sum_{k>=0} a(k)*q^k * Faq(k+1,q)^2, where Faq(n,q) is the q-factorial of n.at n=7A129273
- a(n) = ((n^2+1)^3) - s, where s is the nearest square to (n^2+1)^3.at n=10A233149
- a(n) = (a(n-1) * a(n-3) + (-1)^n * a(n-2)^2) / a(n-4), with a(0) = 0, a(1) = -1, a(2) = a(3) = a(4) = 1, a(9) = 3.at n=25A247369
- First differences of number of active (ON, black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 601", based on the 5-celled von Neumann neighborhood.at n=46A272825