%I #27 May 18 2020 14:44:58
%S 4592307816,5923078164,2790814356,7908143562,4192705638,457618932,
%T 5768134920,395648127,9654032187,4726530981,8213496075,758496231,
%U 1539628074,632175894,2103598746,9462805371,6391708245,4985673021,3261879405,3578016924
%N Pandigital 10-digit numbers in the decimal expansion of Pi, in order of appearance.
%C Numbers can start with 0. For example, a(6) = 0457618932.
%t t = Table[Take[RealDigits[Pi,10,i+9][[1]],-10], {i,50000}];
%t a = Select[t, Length@Union@#==10 &];
%t FromDigits/@a (* _XU Pingya_, Apr 29 2020 *)
%Y Cf. A000796, A258157, A280183.
%K nonn,base
%O 1,1
%A _Bobby Jacobs_, Dec 28 2016