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!)
A353105 Base-5 representation of A007908(n). 5
1, 22, 443, 14414, 343340, 12422311, 304001232, 11130030203, 223101104124, 200240443211120, 130211343340003021, 112140204001002213422, 100421133100401442024323, 40324014240311242321340224, 31241112311230113034201201130 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A007091(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(5, 20)
CROSSREFS
Cf. A007091.
Sequence in context: A095219 A299320 A014904 * A036905 A268460 A231659
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 13:42 EDT 2024. Contains 371971 sequences. (Running on oeis4.)