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.

A250492 (n^6)-th Fibonacci number.

This page as a plain text file.
%I A250492 #6 Jan 26 2025 15:48:38
%S A250492 0,1,10610209857723
%N A250492 (n^6)-th Fibonacci number.
%C A250492 The next term (a(3)) has 153 digits. - _Harvey P. Dale_, Jan 26 2025
%H A250492 Alois P. Heinz, <a href="/A250492/b250492.txt">Table of n, a(n) for n = 0..4</a>
%F A250492 a(n) = A000045(n^6).
%p A250492 a:= n-> (<<0|1>, <1|1>>^(n^6))[1, 2]:
%p A250492 seq(a(n), n=0..4);
%t A250492 Table[Fibonacci[n^6],{n,0,3}] (* _Harvey P. Dale_, Jan 26 2025 *)
%Y A250492 Column k=6 of A250486.
%Y A250492 Cf. A000045.
%K A250492 nonn
%O A250492 0,3
%A A250492 _Alois P. Heinz_, Nov 24 2014