cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A068098 a(n) = Lucas(Fibonacci(n)).

This page as a plain text file.
%I A068098 #19 Sep 08 2022 08:45:05
%S A068098 2,1,1,3,4,11,47,521,24476,12752043,312119004989,3980154972736918051,
%T A068098 1242282009792667284144565908482,
%U A068098 4944474918817897417578506056549605984335718813571
%N A068098 a(n) = Lucas(Fibonacci(n)).
%H A068098 Vincenzo Librandi, <a href="/A068098/b068098.txt">Table of n, a(n) for n = 0..22</a>
%F A068098 For n > 2, a(n) = round{Phi^Fibonacci(n-1)}. - _Gerald McGarvey_, Sep 19 2004
%t A068098 LucasL[Fibonacci[Range[0,15]]] (* _Harvey P. Dale_, Sep 29 2011 *)
%o A068098 (Magma) [Lucas(Fibonacci(n)) : n in [0..13]]; // _Vincenzo Librandi_, Sep 30 2011
%K A068098 easy,nonn
%O A068098 0,1
%A A068098 _Leroy Quet_, Mar 22 2002
%E A068098 More terms from _Gerald McGarvey_, Sep 19 2004
%E A068098 a(13) from _Vincenzo Librandi_, Sep 30 2011