Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #10 Jan 16 2024 03:21:32
%S 1,5,25,105,678,2685,6631,17248,48056,109016,255085,576468,1026598,
%T 2161819,4793623,10107506,21624889,46584891,100042239,215671305,
%U 464309988,1000305876,2156229901,4642492109,10000266599
%N a(n+1) is the smallest number > a(n) such that the digits of a(n)^3 are all (with multiplicity) properly contained in the digits of a(n+1)^3, with a(0)=1.
%e 5^3 = 125 and 25 is the next smallest number whose cube (in this case 15625) properly contains the digits 1,2,5.
%Y Cf. A000578, A065297, A065298, A067972.
%K base,nonn
%O 0,2
%A _Marc Paulhus_, Feb 05 2002
%E a(22)-a(24) from _Sean A. Irvine_, Jan 16 2024