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.

User: Byron Avery

Byron Avery's wiki page.

Byron Avery has authored 1 sequences.

A373112 Number of binary digits in the integer part of e^n.

Original entry on oeis.org

2, 3, 5, 6, 8, 9, 11, 12, 13, 15, 16, 18, 19, 21, 22, 24, 25, 26, 28, 29, 31, 32, 34, 35, 37, 38, 39, 41, 42, 44, 45, 47, 48, 50, 51, 52, 54, 55, 57, 58, 60, 61, 63, 64, 65, 67, 68, 70, 71, 73, 74, 76, 77, 78, 80, 81, 83, 84, 86, 87, 89, 90, 91, 93, 94, 96, 97, 99, 100, 101, 103, 104
Offset: 1

Author

Byron Avery, May 25 2024

Keywords

Examples

			e^10 = 22026.46579480671... 22026 in binary is 101011000001010 so a(10)=15.
		

Crossrefs

Cf. A000149, A070939, A254528 (in decimal).

Formula

a(n) = floor(log_2(floor(e^n))) + 1.
a(n) = A070939(A000149(n)). - Michel Marcus, May 26 2024