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!)
A079591 Decimal expansion of x such that Sum_{k>=1} x^Fibonacci(k) = 1. 0
3, 8, 9, 7, 0, 8, 0, 9, 8, 8, 3, 8, 9, 5, 4, 8, 9, 7, 2, 3, 3, 8, 2, 6, 9, 6, 4, 0, 7, 7, 6, 5, 2, 2, 2, 6, 0, 7, 1, 0, 9, 4, 2, 8, 4, 9, 0, 5, 8, 0, 1, 8, 3, 6, 6, 9, 6, 3, 6, 8, 2, 7, 8, 5, 2, 0, 4, 4, 3, 5, 1, 8, 9, 7, 0, 0, 2, 2, 1, 3, 1, 3, 6, 3, 9, 1, 7, 6, 1, 5, 8, 8, 2, 4, 3, 3, 1, 5, 7, 2, 1, 5, 9, 1, 9, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
0.3897080988389....
MATHEMATICA
digits = 106; Clear[f];
f[m_] := f[m] = Module[{s}, s[c_?NumericQ] := NSum[c^Fibonacci[k], {k, 1, m}, WorkingPrecision -> digits]; c /. FindRoot[s[c] == 1, {c, 1/2}, WorkingPrecision -> digits] // RealDigits // First];
f[1]; f[m = 2];
While[f[m] != f[m/2], m = 2 m; Print["m = ", m]];
f[m] (* Jean-François Alcover, Mar 11 2020 *)
CROSSREFS
Sequence in context: A277827 A011276 A021882 * A179047 A185067 A256955
KEYWORD
cons,nonn
AUTHOR
Benoit Cloitre, Jan 26 2003
EXTENSIONS
More terms from Jon E. Schoenfield, Mar 11 2018
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 April 16 14:05 EDT 2024. Contains 371740 sequences. (Running on oeis4.)