Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A076802
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A076802 Greedy powers of the gamma constant (0.577215664...) sum_{n=1..inf} (gamma)^a(n) = 1. +0
6
1, 2, 5, 7, 10, 18, 20, 22, 23, 26, 30, 33, 37, 41, 44, 46, 48, 49, 53, 56, 58, 59, 68, 69, 75, 77, 78, 81, 88, 90, 94, 96, 98, 100, 102, 105, 106, 109, 111, 116, 120, 122, 124, 126, 132, 135, 137, 140, 145, 152, 155, 157, 158, 162, 165, 168, 171, 174, 176, 178 (list; graph; listen)
OFFSET

1,2

COMMENT

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.

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=gamma and frac(y) = y - floor(y).

EXAMPLE

a(3)=5 since (gamma) +(gamma)^2 +(gamma)^5 < 1 and (gamma) +(gamma)^2 +(gamma)^4 > 1; since the power 4 makes the sum > 1, then 5 is the 3th greedy power of gamma.

MAPLE

Digits := 400: summe := 0.0: p := evalf(gamma): 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

Cf. A077468 - A077475.

Sequence in context: A102339 A103871 A068817 this_sequence A024374 A065219 A013660

Adjacent sequences: A076799 A076800 A076801 this_sequence A076803 A076804 A076805

KEYWORD

easy,nonn

AUTHOR

Ulrich Schimke (ulrschimke(AT)aol.com)

EXTENSIONS

Corrected by T. D. Noe (noe(AT)sspectra.com), Nov 02 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research