A216699 Digital root of cubes of Fibonacci numbers.
0, 1, 1, 8, 9, 8, 8, 1, 9, 1, 1, 8, 9, 8, 8, 1, 9, 1, 1, 8, 9, 8, 8, 1, 9, 1, 1, 8, 9, 8, 8, 1, 9, 1, 1, 8, 9, 8, 8, 1, 9, 1, 1, 8, 9, 8, 8, 1, 9, 1, 1, 8, 9, 8, 8, 1, 9, 1, 1, 8, 9, 8, 8, 1, 9, 1, 1, 8, 9, 8, 8, 1, 9, 1, 1, 8, 9, 8, 8, 1, 9, 1, 1, 8, 9, 8, 8
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 1).
Programs
-
Mathematica
Table[NestWhile[Total[IntegerDigits[#]] &, Fibonacci[n]^3, # > 9 &], {n, 0, 86}] (* T. D. Noe, Oct 15 2012 *) Join[{0},LinearRecurrence[{0, 0, 0, 0, 0, 0, 0, 1},{1, 1, 8, 9, 8, 8, 1, 9},86]] (* Ray Chandler, Aug 25 2015 *)
Comments