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.

A103537 Round(1000*x), where x is the solution to x = 3^(n-x).

Original entry on oeis.org

548, 1000, 1582, 2258, 3000, 3788, 4609, 5456, 6322, 7203, 8096, 9000, 9912, 10831, 11757, 12687, 13623, 14562, 15505, 16451, 17400, 18351, 19305, 20261, 21219, 22179, 23140, 24103, 25068, 26033, 27000
Offset: 0

Views

Author

Zak Seidov, Mar 23 2005

Keywords

Comments

x is approximately n^2/(n+log_3(n)) and x=3^k for n=k+3^k; more generally, solution to x=m^(n-x)is approximately n^2/(n+log_m(n)) and x=m^k for n=k+m^k. Case m=2 A103354.

Crossrefs

Cf. A103354.

Formula

a(n)=round(1000*x), x = 3^(n-x).