Sequences
392,541 sequences
- a(n) = a(n-1) + a(n-8), with a(i) = 1 for i = 0..7.A005710
a(n) = a(n-1) + a(n-8), with a(i) = 1 for i = 0..7.
- a(n) = a(n-1) + a(n-9) for n >= 9; a(n) = 1 for n=0..7; a(8) = 2.A005711
a(n) = a(n-1) + a(n-9) for n >= 9; a(n) = 1 for n=0..7; a(8) = 2.
- Coefficient of x^4 in expansion of (1+x+x^2)^n.A005712
Coefficient of x^4 in expansion of (1+x+x^2)^n.
- Define strings S(0)=0, S(1)=11, S(n) = S(n-1)S(n-2); iterate.A005713
Define strings S(0)=0, S(1)=11, S(n) = S(n-1)S(n-2); iterate.
- Coefficient of x^6 in expansion of (1+x+x^2)^n.A005714
Coefficient of x^6 in expansion of (1+x+x^2)^n.
- Coefficient of x^7 in expansion of (1+x+x^2)^n.A005715
Coefficient of x^7 in expansion of (1+x+x^2)^n.
- Coefficient of x^8 in expansion of (1+x+x^2)^n.A005716
Coefficient of x^8 in expansion of (1+x+x^2)^n.
- Construct triangle in which n-th row is obtained by expanding (1 + x + x^2)^n and take the next-to-central column.A005717
Construct triangle in which n-th row is obtained by expanding (1 + x + x^2)^n and take the next-to-central column.
- Quadrinomial coefficients: C(2+n,n) + C(3+n,n) + C(4+n,n).A005718
Quadrinomial coefficients: C(2+n,n) + C(3+n,n) + C(4+n,n).
- Quadrinomial coefficients.A005719
Quadrinomial coefficients.
- Quadrinomial coefficients.A005720
Quadrinomial coefficients.
- Central quadrinomial coefficients.A005721
Central quadrinomial coefficients.
- a(n) = (prime(n) - 1)^2.A005722
a(n) = (prime(n) - 1)^2.
- Quadrinomial coefficients.A005723
Quadrinomial coefficients.
- Quadrinomial coefficients.A005724
Quadrinomial coefficients.
- Quadrinomial coefficients.A005725
Quadrinomial coefficients.
- Quadrinomial coefficients.A005726
Quadrinomial coefficients.
- n-th derivative of x^x at x=1. Also called Lehmer-Comtet numbers.A005727
n-th derivative of x^x at x=1. Also called Lehmer-Comtet numbers.
- Number of fractions in Farey series of order n.A005728
Number of fractions in Farey series of order n.
- a(n) is the smallest positive integer a for which there is an identity of the form a*n*x = Sum_{i=1..m} ai*gi(x)^n where a1, ..., am are in Z and g1(x), ..., gm(x) are in Z[x].A005729
a(n) is the smallest positive integer a for which there is an identity of the form a*n*x = Sum_{i=1..m} ai*gi(x)^n where a1, ..., am are in Z and g1(x), ..., gm(x) are in Z[x].
- Related to n-th powers of polynomials: factors complementary to A005731.A005730
Related to n-th powers of polynomials: factors complementary to A005731.
- Related to n-th powers of polynomials: factors complementary to A005730.A005731
Related to n-th powers of polynomials: factors complementary to A005730.
- a(n) = binomial(n+3,6) + binomial(n+1,5) + binomial(n,5).A005732
a(n) = binomial(n+3,6) + binomial(n+1,5) + binomial(n,5).
- Least k such that binomial(k,n) has n or more distinct prime factors.A005733
Least k such that binomial(k,n) has n or more distinct prime factors.
- Incomplete version of A001049.A005734
Incomplete version of A001049.
- Greatest k such that binomial(k,n) has fewer than n distinct prime factors.A005735
Greatest k such that binomial(k,n) has fewer than n distinct prime factors.
- Number of degenerate fanout-free Boolean functions of n variables using And, Or and Not gates.A005736
Number of degenerate fanout-free Boolean functions of n variables using And, Or and Not gates.
- Number of fanout-free Boolean functions of n variables using And, Or and Not gates.A005737
Number of fanout-free Boolean functions of n variables using And, Or and Not gates.
- Number of degenerate fanout-free Boolean functions of n variables using And, Or, Xor, and Not gates.A005738
Number of degenerate fanout-free Boolean functions of n variables using And, Or, Xor, and Not gates.
- Number of disjunctively-realizable functions of n variables.A005739
Number of disjunctively-realizable functions of n variables.
- Number of degenerate fanout-free Boolean functions of n variables using And, Or, Xor, Not, and Majority gates.A005740
Number of degenerate fanout-free Boolean functions of n variables using And, Or, Xor, Not, and Majority gates.
- Number of fanout-free Boolean functions of n variables using And, Or, Xor, Not, and Majority gates.A005741
Number of fanout-free Boolean functions of n variables using And, Or, Xor, Not, and Majority gates.
- Number of degenerate fanout-free Boolean functions of n variables using And, Or, Not and Majority gates.A005742
Number of degenerate fanout-free Boolean functions of n variables using And, Or, Not and Majority gates.
- Number of fanout-free Boolean functions of n variables using And, Or, Not and Majority gates.A005743
Number of fanout-free Boolean functions of n variables using And, Or, Not and Majority gates.
- Expansion of x*(1+x-x^2)/((1-x)^4*(1+x)).A005744
Expansion of x*(1+x-x^2)/((1-x)^4*(1+x)).
- Number of n-covers of an unlabeled 3-set.A005745
Number of n-covers of an unlabeled 3-set.
- Number of n-covers of an unlabeled 4-set.A005746
Number of n-covers of an unlabeled 4-set.
- Number of n-covers of an unlabeled 6-set.A005747
Number of n-covers of an unlabeled 6-set.
- Number of n-covers of an unlabeled 7-set.A005748
Number of n-covers of an unlabeled 7-set.
- Cascade-realizable Boolean functions of n variables.A005749
Cascade-realizable Boolean functions of n variables.
- Number of planted matched trees with n nodes.A005750
Number of planted matched trees with n nodes.
- Number of matched trees with 2n nodes.A005751
Number of matched trees with 2n nodes.
- a(n) = n^2 + n*floor(n*tau) - floor(n*tau)^2.A005752
a(n) = n^2 + n*floor(n*tau) - floor(n*tau)^2.
- Number of rooted identity matched trees with n nodes.A005753
Number of rooted identity matched trees with n nodes.
- Number of planted identity matched trees with n nodes.A005754
Number of planted identity matched trees with n nodes.
- Number of identity matched trees with n nodes.A005755
Number of identity matched trees with n nodes.
- Number of non-degenerate fanout-free Boolean functions of n variables having AND rank 2.A005756
Number of non-degenerate fanout-free Boolean functions of n variables having AND rank 2.
- Coefficients of modular function g_4(tau).A005757
Coefficients of modular function g_4(tau).
- Number of partitions of n into parts of 12 kinds.A005758
Number of partitions of n into parts of 12 kinds.
- Coefficients of modular function g_6(tau).A005759
Coefficients of modular function g_6(tau).