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.

A080055 Greedy powers of log(2): Sum_{n>=1} (log(2))^a(n) = 1.

This page as a plain text file.
%I A080055 #17 Sep 01 2025 22:05:31
%S A080055 1,4,8,11,15,20,23,30,38,43,49,54,60,65,72,78,85,90,93,100,104,108,
%T A080055 111,115,118,122,128,132,140,144,147,152,156,159,171,174,178,181,188,
%U A080055 191,196,203,206,210,213,232,244,248,256,260,265,269,272,276,285,289,293
%N A080055 Greedy powers of log(2): Sum_{n>=1} (log(2))^a(n) = 1.
%C A080055 The n-th greedy power of x, when 0.5 < x < 1, is the smallest integer exponent a(n) that does not cause the power series Sum_{k=1..n} x^a(k) to exceed unity. A heuristic argument suggests that the limit of a(n)/n is m - Sum_{n>=m} log(1 + x^n)/log(x) = 5.7114827587..., where x = log(2) and m = floor(log(1-x)/log(x))=3.
%C A080055 See A077468 for Mathematica program by _Robert G. Wilson v_.
%F A080055 a(n) = Sum_{k=1..n} floor(g_k) where g_1=1, g_{n+1} = log_x(x^frac(g_n) - x) (n>0) at x=log(2) and frac(y) = y - floor(y).
%e A080055 a(3)=8 since (log(2)) + (log(2))^4 + (log(2))^8 < 1 and (log(2)) + (log(2))^4 + (log(2))^k > 1 for 4 < k < 8.
%Y A080055 Cf. A077468, A080056.
%K A080055 easy,nonn,changed
%O A080055 1,2
%A A080055 _Benoit Cloitre_ and _Paul D. Hanna_, Jan 23 2003