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!)
A282234 a(n) = Fibonacci(n) represented in bijective base-3 numeration. 2
1, 1, 2, 3, 12, 22, 111, 133, 321, 1231, 2322, 11323, 22122, 111222, 211121, 323113, 1311311, 3112131, 12131212, 22321113, 112222332, 212321222, 332321331, 1323113323, 3133213131, 12311111231, 23221332132, 113233221133, 221232331112, 1112313322322 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A007932(A000045(n)).
MAPLE
a:= proc(n) local b, d, l, m; l:= NULL;
b, m:= 3, 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..35);
CROSSREFS
Column k=3 of A214679.
Sequence in context: A077755 A061268 A122604 * A024780 A295366 A323120
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 May 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)