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!)
A353113 Base-5 representation of A000422(n). 7

%I #14 Apr 26 2022 04:50:20

%S 1,41,2241,114241,3214241,131414241,3424414241,134414414241,

%T 4010314414241,140000314414241,121200300314414241,

%U 111333240300314414241,102224302240300314414241,43323231102240300314414241,40130121131102240300314414241

%N Base-5 representation of A000422(n).

%F a(n) = A007091(A000422(n)).

%o (Ruby)

%o def A(k, n)

%o (1..n).map{|i| (1..i).to_a.reverse.join.to_i.to_s(k).to_i}

%o end

%o p A(5, 20)

%Y Cf. A000422, A353110, A353111, A353112, A353114, A353115, A353116, A353117.

%Y Cf. A007091, A353105.

%K nonn,base

%O 1,2

%A _Seiichi Manyama_, Apr 24 2022

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 1 03:42 EDT 2024. Contains 374810 sequences. (Running on oeis4.)