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!)
A353111 Base-3 representation of A000422(n). 7
1, 210, 102220, 12221001, 2202111220, 1020020120010, 112101212202101, 20002221022010100, 2112211110001000200, 1001100202012200011001, 10221012122122021102212210, 120212211002121222001110211020, 2100201122222221220212010020220201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A007089(A000422(n)).
PROG
(Ruby)
def A(k, n)
(1..n).map{|i| (1..i).to_a.reverse.join.to_i.to_s(k).to_i}
end
p A(3, 20)
CROSSREFS
Sequence in context: A356690 A362945 A275458 * A229671 A134236 A136350
KEYWORD
nonn,base
AUTHOR
Seiichi Manyama, Apr 24 2022
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 12:19 EDT 2024. Contains 372533 sequences. (Running on oeis4.)