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.

A133334 Signature sequence of e^(1/e) - the solution (the y value) to Steiner's problem: find the max value attained by y=x^(1/x).

This page as a plain text file.
%I A133334 #16 May 27 2024 11:52:14
%S A133334 1,2,1,3,2,1,4,3,2,5,1,4,3,6,2,5,1,4,7,3,6,2,5,8,1,4,7,3,6,9,2,5,8,1,
%T A133334 4,7,10,3,6,9,2,5,8,11,1,4,7,10,3,6,9,12,2,5,8,11,1,4,7,10,13,3,6,9,
%U A133334 12,2,5,8,11,14,1,4,7,10,13,3,6,9,12,15,2,5,8,11,14,1,4,7,10,13,16
%N A133334 Signature sequence of e^(1/e) - the solution (the y value) to Steiner's problem: find the max value attained by y=x^(1/x).
%H A133334 T. D. Noe, <a href="/A133334/b133334.txt">Table of n, a(n) for n=1..1000</a>
%H A133334 C. Kimberling, <a href="http://faculty.evansville.edu/ck6/integer/fractals.html">Fractal sequences</a>
%H A133334 <a href="/index/Si#signature_sequences">Index entries for sequences related to signature sequences</a>
%t A133334 Take[Transpose[ Sort[Flatten[Table[{i + j*(E^(1/E)), i}, {i, 17}, {j, 15}], 1], #1[[1]] < #2[[1]] &]][[2]], 91]
%Y A133334 Cf. A073229.
%K A133334 nonn
%O A133334 1,2
%A A133334 _Gregg Whisler_, Oct 19 2007