OFFSET
0,4
MATHEMATICA
Flatten[IntegerDigits[#, 6]&/@Fibonacci[Range[2, 30]]] (* Harvey P. Dale, Apr 15 2012 *)
PROG
(PARI) for(n=2, 9, v=digits(fibonacci(n), 6); for(j=1, #v, print1(v[j]", "))) \\ Charles R Greathouse IV, Feb 03 2014
CROSSREFS
KEYWORD
nonn,easy,base
AUTHOR
EXTENSIONS
Name modified and a(0), a(1) inserted by Charles R Greathouse IV, Feb 03 2014 and Franklin T. Adams-Watters, Feb 03 2014
STATUS
approved