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.

Showing 1-1 of 1 results.

A023378 a(n+1) = a(n) converted to base 10 from base 4 (written in base 10); a(1)=4.

Original entry on oeis.org

4, 10, 22, 112, 1300, 110110, 122320132, 13102213110010, 2332222120300201203322, 133212320111123130111021311111121322, 12122133133313032110200332320320202022333020121323230212222
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A007090, A373033 (starting 5).

Programs

  • Mathematica
    NestList[FromDigits[IntegerDigits[#, 4]]&, 4, 10] (* Vincenzo Librandi, Apr 19 2014 *)
Showing 1-1 of 1 results.