cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A353105 Base-5 representation of A007908(n).

Original entry on oeis.org

1, 22, 443, 14414, 343340, 12422311, 304001232, 11130030203, 223101104124, 200240443211120, 130211343340003021, 112140204001002213422, 100421133100401442024323, 40324014240311242321340224, 31241112311230113034201201130
Offset: 1

Views

Author

Seiichi Manyama, Apr 23 2022

Keywords

Crossrefs

Programs

  • 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)

Formula

a(n) = A007091(A007908(n)).