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!)
A353104 Base-4 representation of A007908(n). 5
1, 30, 1323, 103102, 3000321, 132021000, 10231122013, 233012011032, 13112330310111, 23133313001300332, 101331301332300201003, 130010202012003303220320, 223313011101131330223313231, 1010202010033102302310203002202 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A007090(A007908(n)).
PROG
(Ruby)
def A(k, n)
(1..n).map{|i| (1..i).to_a.join.to_i.to_s(k).to_i}
end
p A(4, 20)
CROSSREFS
Cf. A007090.
Sequence in context: A002456 A358163 A107768 * A048536 A369143 A318496
KEYWORD
nonn,base
AUTHOR
Seiichi Manyama, Apr 23 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 April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)