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.

A062464 Nearest integer to log(n)^sqrt(n).

Original entry on oeis.org

0, 1, 1, 2, 3, 4, 6, 8, 11, 14, 18, 23, 30, 38, 47, 59, 73, 90, 111, 135, 164, 199, 240, 288, 346, 413, 491, 583, 691, 816, 962, 1131, 1327, 1554, 1816, 2118, 2465, 2865, 3323, 3849, 4451, 5139, 5925, 6821, 7842, 9003, 10324, 11823, 13523, 15449
Offset: 1

Views

Author

Olivier Gérard, Jun 23 2001

Keywords

Crossrefs

Cf. A062463, close to A007279 and A034891.

Programs

  • Mathematica
    Table[Round[Log[n]^Sqrt[n]],{n,50}] (* Harvey P. Dale, Dec 31 2021 *)

Extensions

Previous Mathematica program replaced by Harvey P. Dale, Dec 31 2021