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 #5 Jul 21 2021 22:44:57
%S 11,605,14509228,20651485733
%N Numbers k such that the digits of k^3 include the digits of the k-th prime as a substring.
%e prime(11) = 31 and 11^3 = 13_31.
%e prime(605) = 4451 and 605^3 = 221_4451_25.
%e prime(14509228) = 266071123 and 14509228^3 = 3054449_266071123_420352.
%e prime(20651485733) = 536234132783 and 20651485733^3 = 880752541169244491_536234132783_7.
%Y Cf. A115734, A115735, A115736.
%K base,nonn
%O 1,1
%A _Giovanni Resta_, Jan 30 2006