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.

A182149 a(n) = Fibonacci(n^3).

This page as a plain text file.
%I A182149 #17 Sep 08 2022 08:45:55
%S A182149 0,1,21,196418,10610209857723,59425114757512643212875125,
%T A182149 619220451666590135228675387863297874269396512,
%U A182149 215414832505658809004682396169711233230800418578767753330908886771798637
%N A182149 a(n) = Fibonacci(n^3).
%H A182149 Vincenzo Librandi, <a href="/A182149/b182149.txt">Table of n, a(n) for n = 0..16</a>
%F A182149 a(n) = A000045(A000578(n)).
%p A182149 a:= n-> (<<0|1>, <1|1>>^(n^3))[1,2]:
%p A182149 seq(a(n), n=0..8);  # _Alois P. Heinz_, Aug 09 2018
%t A182149 Table[Fibonacci[n^3], {n, 20}]
%o A182149 (Magma) [Fibonacci(n^3): n in [0..10]];
%Y A182149 Cf. A054783, A250490.
%K A182149 nonn,easy
%O A182149 0,3
%A A182149 _Vincenzo Librandi_, Jul 07 2012