login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076796 Greedy powers of Pi/4: Sum_{n>=1} (Pi/4)^a(n) = 1. 4
1, 7, 15, 24, 32, 39, 47, 59, 79, 88, 102, 111, 134, 148, 158, 164, 172, 190, 206, 214, 220, 233, 24, 1, 251, 263, 271, 283, 292, 307, 314, 322, 329, 337, 350, 358, 364, 373, 384, 399, 413, 438, 446, 456, 462, 475, 481, 494, 502, 51, 6, 529, 536, 552, 559, 567 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
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.
LINKS
FORMULA
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=Pi/4 and frac(y) = y - floor(y).
EXAMPLE
Pi/4 + (Pi/4)^7 + (Pi/4)^15 < 1 and Pi/4 + (Pi/4)^7 + (Pi/4)^14 > 1; since the power 14 makes the sum > 1, 15 is the 3rd greedy power of Pi/4, so a(3)=15.
MAPLE
Digits := 400: summe := 0.0: p := evalf(Pi / 4.): pexp := p: a := []: for i from 1 to 800 do: if summe + pexp < 1 then a := [op(a), i]: summe := summe + pexp: fi: pexp := pexp * p: od: a;
CROSSREFS
Sequence in context: A056828 A113505 A184920 * A056119 A329383 A284758
KEYWORD
easy,nonn
AUTHOR
Ulrich Schimke (ulrschimke(AT)aol.com)
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 10:31 EDT 2024. Contains 371240 sequences. (Running on oeis4.)