The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A030604 Write the Fibonacci numbers in base 6 and juxtapose. 19
0, 1, 1, 2, 3, 5, 1, 2, 2, 1, 3, 3, 5, 4, 1, 3, 1, 2, 2, 5, 4, 0, 0, 1, 0, 2, 5, 1, 4, 2, 5, 2, 4, 5, 4, 4, 3, 2, 3, 1, 1, 2, 2, 1, 1, 5, 5, 4, 4, 3, 1, 2, 0, 5, 5, 1, 1, 5, 3, 1, 2, 2, 4, 0, 2, 2, 1, 3, 5, 5, 5, 3, 4, 0, 4, 0, 1, 5, 5, 4, 4, 0, 0, 1, 3, 3, 5, 2, 0, 1, 2, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
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
Sequence in context: A031027 A134730 A126046 * A007880 A004573 A242730
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 22:35 EDT 2024. Contains 372533 sequences. (Running on oeis4.)