OFFSET
10,1
COMMENTS
There is (probably) no simpler arithmetic expression whose value consists of 10 distinct digits.
In the absence of some clarification as to how the "simplicity" of an arithmetic expression is to be measured, it could be argued that other expressions yielding pandigital numbers (e.g., (10^11 - 910)/81, which gives 1234567890) are at least as simple as the one that defines this sequence. - Jon E. Schoenfield, Oct 05 2019
MATHEMATICA
IntegerDigits[69^2 10^6+69^3] (* Harvey P. Dale, Jan 18 2012 *)
PROG
(PARI) 4761328509 \\ Charles R Greathouse IV, Jan 18 2012
CROSSREFS
KEYWORD
AUTHOR
Fernando Antonio de Oliveira Prieto (fernandoaoprieto(AT)hotmail.com), Feb 18 2010
STATUS
approved