A004693 Fibonacci numbers written in base 12. (Next term contains a non-decimal character.)
0, 1, 1, 2, 3, 5, 8, 11, 19
Offset: 0
Links
- Michael De Vlieger, Table of Fibonacci Numbers in Base 12 for n = 1..144 (duodecimal 100)
Crossrefs
Cf. A000045.
Programs
-
Mathematica
a004693[n_Integer] := BaseForm[Fibonacci[n], 12] (* Michael De Vlieger, Nov 11 2014 *)
Comments