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
1, 41, 2241, 114241, 3214241, 131414241, 3424414241, 134414414241, 4010314414241, 140000314414241, 121200300314414241, 111333240300314414241, 102224302240300314414241, 43323231102240300314414241, 40130121131102240300314414241 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A007091(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(5, 20)
CROSSREFS
Sequence in context: A275398 A275263 A080178 * A241374 A233095 A223384
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 August 1 03:10 EDT 2024. Contains 374810 sequences. (Running on oeis4.)