login
A261197
Cubes of the successive terms of the decimal expansion of Pi.
0
27, 1, 64, 1, 125, 729, 8, 216, 125, 27, 125, 512, 729, 343, 729, 27, 8, 27, 512, 64, 216, 8, 216, 64, 27, 27, 512, 27, 8, 343, 729, 125, 0, 8, 512, 512, 64, 1, 729, 343, 1, 216, 729, 27, 729, 729, 27, 343, 125, 1, 0, 125, 512, 8, 0, 729, 343, 64, 729, 64, 64
OFFSET
1,1
EXAMPLE
Pi = 3.14..., so the terms start 3^3=27, 1^1=1, 4^3=64.
MATHEMATICA
RealDigits[N[Pi, 100]][[1]]^3 (* Vincenzo Librandi, Aug 12 2015 *)
CROSSREFS
Sequence in context: A379538 A338659 A040755 * A132651 A040722 A040721
KEYWORD
nonn,base
AUTHOR
HeeSoo Lim, Aug 11 2015
STATUS
approved