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!)
A350903 Numerators of the sequence of fractions defined by u(n) = ((5*F(n)*F(n-1)*F(2*n-1)*u(n-1) + F(n-1)*L(n)*u(n-2))/(L(n-1)*F(n))), with u(0) = 0 and u(1) = 1, where F(n) = A000045(n) and L(n) = A000032(n). 4
0, 1, 10, 84, 8225, 999146, 161691205, 4081394133187, 801267937794945, 451272063930179690869, 955797228958312695758495, 12869303093903467063139191673469, 141131682569461636438244407470674215, 5214528077594695050414454970728001934806021 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
See A350902 for details.
LINKS
Richard André-Jeannin, Sequences of Integers Satisfying Recurrence Relations, The Fibonacci Quarterly, Vol. 29, No. 3 (1991), pp. 205-208.
EXAMPLE
The sequence of fractions begins with 0, 1, 10, 84, 8225/3, 999146/5, 161691205/4, 4081394133187/195, 801267937794945/28, 451272063930179690869/4420, ...
MATHEMATICA
With[{F = Fibonacci, L = LucasL}, u[0] = 0; u[1] = 1; u[n_] := u[n] = (5*F[n]*F[n - 1]*F[2*n - 1]*u[n - 1] + F[n - 1]*L[n]*u[n - 2])/(L[n - 1]*F[n]); Numerator @ Array[u, 15, 0]]
CROSSREFS
Cf. A000032, A000045, A079586, A350902, A350904 (denominators).
Sequence in context: A155593 A239990 A321295 * A318793 A104128 A345895
KEYWORD
nonn,frac,easy
AUTHOR
Amiram Eldar, Jan 21 2022
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 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)