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!)
A282237 a(n) = Fibonacci(n) represented in bijective base-6 numeration. 2
1, 1, 2, 3, 5, 12, 21, 33, 54, 131, 225, 356, 625, 1425, 2454, 4323, 11221, 15544, 31165, 51153, 122362, 213555, 336361, 554356, 1335161, 2333561, 4113162, 6451163, 14564365, 25455612, 44464421, 114364433, 163313254, 322122131, 525435425, 1251561556 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A057436(A000045(n)).
MAPLE
a:= proc(n) local b, d, l, m; l:= NULL;
b, m:= 6, combinat[fibonacci](n);
while m>0 do d:= irem(m, b, 'm');
if d=0 then d:=b; m:=m-1 fi;
l:= d, l
od; parse(cat(l))
end:
seq(a(n), n=0..40);
CROSSREFS
Column k=6 of A214679.
Sequence in context: A051915 A064688 A089891 * A004689 A183364 A124370
KEYWORD
nonn,base,easy
AUTHOR
Alois P. Heinz, Feb 09 2017
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 August 27 11:06 EDT 2024. Contains 375468 sequences. (Running on oeis4.)