Sequences
392,541 sequences
- Sum of digits of the n-th tetrahedral number.A004160
Sum of digits of the n-th tetrahedral number.
- Tetrahedral numbers written backwards.A004161
Tetrahedral numbers written backwards.
- Sum of digits of pentagonal numbers.A004162
Sum of digits of pentagonal numbers.
- Pentagonal numbers written backwards.A004163
Pentagonal numbers written backwards.
- Sum of digits of n^3.A004164
Sum of digits of n^3.
- Cubes written backwards.A004165
Cubes written backwards.
- Sum of digits of 3^n.A004166
Sum of digits of 3^n.
- Powers of 3 written backwards.A004167
Powers of 3 written backwards.
- a(n+1) = a(n)*(a(n)+1).A004168
a(n+1) = a(n)*(a(n)+1).
- Values of m for which a regular polygon with m sides cannot be constructed with ruler and compass.A004169
Values of m for which a regular polygon with m sides cannot be constructed with ruler and compass.
- Reversals of Fibonacci numbers (sorted).A004170
Reversals of Fibonacci numbers (sorted).
- a(n) = 2^(2n+1).A004171
a(n) = 2^(2n+1).
- Triangle of coefficients of Euler polynomials E_2n(x) (exponents in increasing order).A004172
Triangle of coefficients of Euler polynomials E_2n(x) (exponents in increasing order).
- Triangle of coefficients of Euler polynomials E_2n(x) (exponents in decreasing order).A004173
Triangle of coefficients of Euler polynomials E_2n(x) (exponents in decreasing order).
- Triangle of coefficients of Euler polynomials 2^n*E_n(x) (exponents in increasing order).A004174
Triangle of coefficients of Euler polynomials 2^n*E_n(x) (exponents in increasing order).
- Triangle of coefficients of Euler polynomials 2^n*E_n(x) (exponents in decreasing order).A004175
Triangle of coefficients of Euler polynomials 2^n*E_n(x) (exponents in decreasing order).
- Omit 1's from n.A004176
Omit 1's from n.
- Omit 2's from n.A004177
Omit 2's from n.
- Omit 3's from n.A004178
Omit 3's from n.
- Omit 4's from n.A004179
Omit 4's from n.
- Omit 5's from n.A004180
Omit 5's from n.
- Omit 6's from n.A004181
Omit 6's from n.
- Omit 7's from n.A004182
Omit 7's from n.
- Omit 8's from n.A004183
Omit 8's from n.
- Omit 9's from n.A004184
Omit 9's from n.
- Arrange digits of n in increasing order, then (for n > 0) omit the zeros.A004185
Arrange digits of n in increasing order, then (for n > 0) omit the zeros.
- Arrange digits of n in decreasing order.A004186
Arrange digits of n in decreasing order.
- a(n) = 7*a(n-1) - a(n-2) with a(0) = 0, a(1) = 1.A004187
a(n) = 7*a(n-1) - a(n-2) with a(0) = 0, a(1) = 1.
- a(n) = n*(3*n^2 - 1)/2.A004188
a(n) = n*(3*n^2 - 1)/2.
- a(n) = 10*a(n-1) - a(n-2); a(0) = 0, a(1) = 1.A004189
a(n) = 10*a(n-1) - a(n-2); a(0) = 0, a(1) = 1.
- Expansion of 1/(1 - 11*x + x^2).A004190
Expansion of 1/(1 - 11*x + x^2).
- Expansion of 1/(1 - 12*x + x^2).A004191
Expansion of 1/(1 - 12*x + x^2).
- Numbers obtained by reversing digits of factorial numbers.A004192
Numbers obtained by reversing digits of factorial numbers.
- a(n) = -(-1)^n*2*(2*n+1)!*Bernoulli(2*n)/(n!*2^n).A004193
a(n) = -(-1)^n*2*(2*n+1)!*Bernoulli(2*n)/(n!*2^n).
- Number of partitions of 1/n into 3 reciprocals of positive integers.A004194
Number of partitions of 1/n into 3 reciprocals of positive integers.
- The numbers not expressible as the sum of 4 distinct nonzero squares can be written D*4^n union E. This is D.A004195
The numbers not expressible as the sum of 4 distinct nonzero squares can be written D*4^n union E. This is D.
- The numbers not expressible as the sum of 4 distinct nonzero squares can be written D*4^n union E. This is E.A004196
The numbers not expressible as the sum of 4 distinct nonzero squares can be written D*4^n union E. This is E.
- Triangle read by rows. T(n, k) = n - k if n - k < k, otherwise k.A004197
Triangle read by rows. T(n, k) = n - k if n - k < k, otherwise k.
- Table of x AND y, where (x,y) = (0,0),(0,1),(1,0),(0,2),(1,1),(2,0),...A004198
Table of x AND y, where (x,y) = (0,0),(0,1),(1,0),(0,2),(1,1),(2,0),...
- Table of [ x/y ], where (x,y) = (1,1),(1,2),(2,1),(1,3),(2,2),(3,1),...A004199
Table of [ x/y ], where (x,y) = (1,1),(1,2),(2,1),(1,3),(2,2),(3,1),...
- Continued fraction for Sum_{k>=0} 1/3^(2^k).A004200
Continued fraction for Sum_{k>=0} 1/3^(2^k).
- Accept one, reject one, accept two, reject two, ...A004201
Accept one, reject one, accept two, reject two, ...
- Skip 1, take 1, skip 2, take 2, skip 3, take 3, etc.A004202
Skip 1, take 1, skip 2, take 2, skip 3, take 3, etc.
- Numbers n such that 54*10^n + 1 is prime.A004203
Numbers n such that 54*10^n + 1 is prime.
- Number of permutations of length n with spread 0.A004204
Number of permutations of length n with spread 0.
- Number of permutations of length n with spread 1.A004205
Number of permutations of length n with spread 1.
- Number of permutations of length n with spread 2.A004206
Number of permutations of length n with spread 2.
- a(0) = 1, a(n) = sum of digits of all previous terms.A004207
a(0) = 1, a(n) = sum of digits of all previous terms.
- a(n) = n * (2*n - 1)!! - Sum_{k=0..n-1} a(k) * (2*n - 2*k - 1)!!.A004208
a(n) = n * (2*n - 1)!! - Sum_{k=0..n-1} a(k) * (2*n - 2*k - 1)!!.
- For m=2,3,..., write m in bases m,m-1,...,3,2.A004209
For m=2,3,..., write m in bases m,m-1,...,3,2.