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 #14 Aug 14 2015 12:56:25
%S 27,1,64,1,125,729,8,216,125,27,125,512,729,343,729,27,8,27,512,64,
%T 216,8,216,64,27,27,512,27,8,343,729,125,0,8,512,512,64,1,729,343,1,
%U 216,729,27,729,729,27,343,125,1,0,125,512,8,0,729,343,64,729,64,64
%N Cubes of the successive terms of the decimal expansion of Pi.
%e Pi = 3.14..., so the terms start 3^3=27, 1^1=1, 4^3=64.
%t RealDigits[N[Pi, 100]][[1]]^3 (* _Vincenzo Librandi_, Aug 12 2015 *)
%Y Cf. A000796, A072448.
%K nonn,base
%O 1,1
%A _HeeSoo Lim_, Aug 11 2015