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!)
A121821 Decimal expansion of the Lucas binary number, Sum_{k>0} 1/2^L(k), where L(k) = A000032(k). 1
6, 9, 5, 8, 0, 4, 5, 9, 7, 8, 0, 9, 9, 1, 7, 8, 7, 9, 6, 5, 8, 3, 2, 7, 8, 6, 7, 1, 4, 1, 6, 5, 9, 5, 5, 9, 7, 7, 9, 5, 1, 3, 2, 7, 1, 8, 5, 4, 8, 5, 6, 1, 2, 0, 0, 4, 3, 1, 5, 7, 2, 2, 0, 5, 7, 4, 6, 0, 9, 6, 4, 0, 5, 1, 6, 3, 3, 4, 6, 7, 3, 3, 5, 4, 5, 7, 7, 7, 5, 7, 7, 4, 5, 5, 4, 8, 3, 7, 1, 5, 9, 4, 6, 1, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Its binary expansion is equal to 1 if n is Lucas number else 0.
LINKS
EXAMPLE
0.6958045978099178796583278671416595597...
MATHEMATICA
RealDigits[N[Sum[1/2^(Fibonacci[k-1]+Fibonacci[k+1]), {k, 1, 20}], 150]]
PROG
(PARI) suminf(n=1, 1/2^(fibonacci(n-1)+fibonacci(n+1))) \\ Charles R Greathouse IV, Nov 07 2014
CROSSREFS
Sequence in context: A301869 A198818 A335204 * A021859 A336908 A330594
KEYWORD
cons,nonn
AUTHOR
Alexander Adamchuk, Aug 26 2006
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 25 09:56 EDT 2024. Contains 371967 sequences. (Running on oeis4.)