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.

A008777 Number of dots and dashes used when representing n-th letter in Morse code.

Original entry on oeis.org

2, 4, 4, 3, 1, 4, 3, 4, 2, 4, 3, 4, 2, 2, 3, 4, 4, 3, 3, 1, 3, 4, 3, 4, 4, 4
Offset: 1

Views

Author

Keywords

Comments

Number of digits of A059852 written in base 3.

Crossrefs

Cf. A059852 (Morse code for letters A-Z, read in base 3).

Programs

Formula

a(n) = floor(log_3(A059852(n))) + 1. - M. F. Hasler, Jun 22 2020