login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A031027
Write the (n+1)st Fibonacci number in base 7 and juxtapose.
8
1, 2, 3, 5, 1, 1, 1, 6, 3, 0, 4, 6, 1, 0, 6, 1, 5, 5, 2, 6, 4, 4, 5, 2, 1, 0, 4, 6, 1, 5, 3, 1, 2, 6, 1, 0, 4, 4, 4, 1, 1, 0, 3, 5, 1, 1, 5, 1, 2, 2, 2, 5, 5, 0, 3, 4, 3, 6, 2, 5, 1, 0, 2, 4, 3, 1, 1, 4, 6, 3, 5, 6, 2, 5, 2, 1, 2, 0, 4, 3, 1, 5, 0, 6, 1, 0, 1, 3, 6, 2
OFFSET
1,2
MATHEMATICA
Flatten[IntegerDigits[#, 7]&/@Fibonacci[Range[2, 40]]] (* Harvey P. Dale, Jan 21 2013 *)
CROSSREFS
Sequence in context: A300392 A335706 A339640 * A134730 A126046 A030604
KEYWORD
nonn,base
STATUS
approved