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.
%I A336775 #11 Aug 06 2020 03:57:15 %S A336775 170141183460469231731687303715884105728,14348907, %T A336775 85070591730234615865843651857942052864,9765625,470184984576,5764801, %U A336775 85070591730234615865843651857942052864,4782969,10000000000,1771561,15407021574586368,4826809,1475789056,11390625,21267647932558653966460912964485513216 %N A336775 a(n) is the largest power of n such that all numbers n^k <= a(n), k=1,..,A336774(n)-1 can be exactly represented as single precision 32-bit floating point numbers according to the IEEE 754 standard. %H A336775 Hugo Pfoertner, <a href="/A336775/b336775.txt">Table of n, a(n) for n = 2..16384</a> %F A336775 a(n) = n^(A336774(n)-1). %e A336775 a(3) = 14348907 = 3^15, because the next power 3^16 = 43046721 cannot be exactly represented as a binary32 floating point number, but only rounded to 43046720. %Y A336775 Cf. A336774, A336778, A336779. %K A336775 nonn,fini %O A336775 2,1 %A A336775 _Hugo Pfoertner_, Aug 04 2020