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.

A304272 The largest even integer that can be written with n digits in base 3/2.

Original entry on oeis.org

2, 21, 212, 2122, 21221, 212211, 2122111, 21221112, 212211122, 2122111221, 21221112212, 212211122121, 2122111221211, 21221112212112, 212211122121122, 2122111221211221, 21221112212112212, 212211122121122121, 2122111221211221212, 21221112212112212121, 212211122121122121211, 2122111221211221212112
Offset: 1

Views

Author

Tanya Khovanova and PRIMES STEP Senior group, May 09 2018

Keywords

Comments

a(n) is a prefix of a(n+1).
The largest, not necessarily even, integer in base 3/2 with n digits is a(n-1) with 2 added at the end.

Examples

			The number 4 in base 3/2 is 21, and number 6 is 210. Therefore, 21 is the largest even integer with 2 digits in base 3/2.
		

Crossrefs

Programs

  • Mathematica
    Table[StringTake["212211122121122121211221211212112", n], {n, 32}]