A134727 Successive digits of members of the Padovan sequence A000931(n).
1, 0, 0, 1, 0, 1, 1, 1, 2, 2, 3, 4, 5, 7, 9, 1, 2, 1, 6, 2, 1, 2, 8, 3, 7, 4, 9, 6, 5, 8, 6, 1, 1, 4, 1, 5, 1, 2, 0, 0, 2, 6, 5, 3, 5, 1, 4, 6, 5, 6, 1, 6, 8, 1, 6, 1, 0, 8, 1, 1, 4, 3, 2, 1, 8, 9, 7, 2, 5, 1, 3, 3, 3, 2, 9, 4, 4, 1, 0, 5, 8, 4, 2, 7, 7, 3, 9, 1, 0, 2, 5, 2
Offset: 1
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..10000
Crossrefs
Cf. A000931.
Programs
-
Mathematica
Flatten[IntegerDigits/@ LinearRecurrence[{0,1,1},{1,0,0},50]] (* Harvey P. Dale, Dec 31 2022 *)
Comments