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!)
A353107 Base-9 representation of A007908(n). 5
1, 13, 146, 1621, 17836, 207313, 2281451, 25206070, 277266780, 34771513601, 4330564256733, 535110486286816, 65858371163036861, 8202185121837583406, 1113465620754570813253, 134741562223525280514741, 16425841240157671153405780 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A007095(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(9, 20)
CROSSREFS
Cf. A007095.
Sequence in context: A152585 A014881 A048442 * A051524 A110748 A211072
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)