499999999999
domain: N
Appears in sequences
- Smallest number whose digits sum to n-th prime.at n=26A046864
- a(n) is the smallest composite number with the sum of digits = the n-th prime number.at n=26A073868
- Smallest semiprime containing exactly n 9's.at n=10A104775
- Smallest semiprime ending in exactly n 9's.at n=10A106663
- Numbers that are the sum or product of two numbers, such that the sum and product have reversed digits.at n=26A166749
- Numbers n such that (n+n+1) divides the decimal concatenation [n, n+1].at n=23A173712
- a(n) = 5*10^n - 1.at n=11A198971
- a(n) = 2^(n mod 2)*5*10^floor(n/2) - 1.at n=22A268099