210000
domain: N
Appears in sequences
- Numbers n with property that n is a substring of its base 5 representation.at n=33A038105
- Replacing digits d in decimal expansion of n with d^3 yields a square.at n=18A048391
- Sum of factorials of digits of n equals the largest prime factor of n.at n=32A074257
- Numbers m that raised to the powers from 1 to k (with k>=1) are multiple of the sum of their digits (m raised to k+1 must not be a multiple). Case k=16.at n=8A135201
- a(n+1) is the least integer > a(n) containing all digits of a(n); a(1)=2.at n=30A155890
- Integers with exactly 100 divisors.at n=16A163816
- Integers that can be generated with a C/C++ expression that is two or more characters shorter than their decimal representation.at n=20A168651
- E.g.f. satisfies: A(x) = exp(x^2*A(x)) where A(x) = Sum_{n>=0} a(n)*x^(2n)/(2n)!.at n=4A178949
- Numbers k such that sum of 4th power of digits of k equals the sum of prime divisors of k.at n=17A217532
- Triangle read by rows: terms T(n,k) of a binomial decomposition of n as Sum(k=0..n)T(n,k).at n=33A244133
- a(n) = pg(n, 3) + pg(n, 4) + ... + pg(n, n) where pg(n, m) is the m-th n-th-order polygonal number.at n=34A245679
- Lexicographically least strictly increasing sequence such that, for any n>0, Sum_{k=1..n} a(k) can be computed without carries in base 9 (the numbers are written in base 9).at n=22A281366
- Wiener index of the n X n rook complement graph.at n=24A292058
- Times on the display of a 24-hour digital clock with 6 digits, rounded to full seconds, at which the hour and minute hands of an analog clock form a right angle. Terms with fewer than 6 digits are to be assumed filled with zeros to the left.at n=38A347039
- Triangle read by rows: T(n, k) = binomial(n, k - 1)*(k - 1)^(k - 1)*(n - k)*(n - k + 1)^(n - k).at n=31A368849
- Ternary numbers consisting of a run of 2's, then a run of 1's, then a run of 0's.at n=10A371053
- Ternary numbers that are concatenated runs C(1)A(1)B(1)C(2)A(2)B(2)...C(k)A(k)B(k), where A(i) is a run of 1's, B(i) a run of 0's, and C(i) a run of 2's, for i = 1..k.at n=10A371111