OFFSET
0,4
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
MATHEMATICA
Table[BaseForm[Fibonacci[n], 7], {n, 1, 20, 1}] (* Vladimir Joseph Stephan Orlovsky, Jul 23 2008 *)
FromDigits[IntegerDigits[#, 7]] & / @ Fibonacci[Range[0, 40]] (* Vincenzo Librandi, Jun 08 2013 *)
PROG
(PARI) a(n)=fromdigits(digits(fibonacci(n), 7)) \\ Charles R Greathouse IV, Oct 28 2014
(Magma) [Seqint(Intseq(Fibonacci(n), 7)): n in [0..50]]; // G. C. Greubel, Oct 09 2018
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved