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!)
A356760 a(n) = L(2*F(n)) + L(2*F(n+1)), where L(n) is the n-th Lucas number (A000032), and F(n) is the n-th Fibonacci number (A000045). 2

%I #12 Oct 16 2023 01:50:48

%S 5,6,10,25,141,2330,273650,599346021,162615199748425,

%T 97418273437938007563970,15841633607002514292104722681296528726,

%U 1543264591854508694059707631430587191184612139118583889182925

%N a(n) = L(2*F(n)) + L(2*F(n+1)), where L(n) is the n-th Lucas number (A000032), and F(n) is the n-th Fibonacci number (A000045).

%H Amiram Eldar, <a href="/A356760/b356760.txt">Table of n, a(n) for n = 0..16</a>

%H Hideyuki Ohtsuka, <a href="https://www.fq.math.ca/Problems/AdvProbAug2022.pdf">Problem H-901</a>, Advanced Problems and Solutions, The Fibonacci Quarterly, Vol. 60, No. 3 (2022), p. 281.

%F a(n) = A000032(2*A000045(n)) + A000032(2*A000045(n+1)).

%F a(n) = A316275(n) + A316275(n+1).

%F Sum_{n>=0} (-1)^n/a(n) = 1/10 (Ohtsuka, 2022).

%t a[n_] := LucasL[2*Fibonacci[n]] + LucasL[2*Fibonacci[n + 1]]; Array[a, 12, 0]

%Y Cf. A000032, A000045, A316275, A356761.

%K nonn

%O 0,1

%A _Amiram Eldar_, Aug 26 2022

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 September 12 09:23 EDT 2024. Contains 375850 sequences. (Running on oeis4.)