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.

A062430 Nearest integer to log(n^n)^((1 - 1/n)^(1/n)).

This page as a plain text file.
%I A062430 #5 Jun 28 2015 14:42:07
%S A062430 1,1,3,5,7,10,13,16,19,22,26,29,33,36,40,44,48,51,55,59,63,67,72,76,
%T A062430 80,84,88,93,97,102,106,110,115,119,124,129,133,138,142,147,152,157,
%U A062430 161,166,171,176,181,185,190,195,200,205,210,215,220,225,230,235,240
%N A062430 Nearest integer to log(n^n)^((1 - 1/n)^(1/n)).
%t A062430 Round[Log[n^n]^(1 - 1/n)^(1/n)]
%Y A062430 Cf. A062429, close to A016040.
%K A062430 nonn,easy
%O A062430 1,3
%A A062430 _Olivier Gérard_, Jun 23 2001