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!)
A121709 Numerator of Sum/Product of first n Lucas numbers A000032[n]. 1
1, 4, 2, 5, 13, 1, 73, 5, 7, 1, 37, 5, 1361, 1, 223, 25, 4673, 1, 24473, 25, 16019, 1, 83879, 65, 62743, 1, 20533, 65, 1505173, 1, 7881193, 85, 5158309, 1, 27009259, 425, 1400221, 1, 1446283, 2225, 69237359, 1, 51790217, 445, 1660959719, 1, 8696897999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
5 divides a(4k). a(1) = 1 and a(4k+2) = 1 for k>0.
LINKS
FORMULA
a(n) = Numerator[Sum[Lucas[k],{k,1,n}]/Product[Lucas[k],{k,1,n}]], where Lucas[k] = Fibonacci[k-1] + Fibonacci[k+1].
MATHEMATICA
Table[Numerator[Sum[Fibonacci[k-1]+Fibonacci[k+1], {k, 1, n}]/Product[Fibonacci[k-1]+Fibonacci[k+1], {k, 1, n}]], {n, 1, 100}]
CROSSREFS
Sequence in context: A277390 A200608 A163358 * A283747 A180109 A019170
KEYWORD
frac,nonn
AUTHOR
Alexander Adamchuk, Aug 16 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)