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.

A250493 (n^7)-th Fibonacci number.

This page as a plain text file.
%I A250493 #10 Sep 08 2022 08:46:10
%S A250493 0,1,251728825683549488150424261
%N A250493 (n^7)-th Fibonacci number.
%H A250493 Alois P. Heinz, <a href="/A250493/b250493.txt">Table of n, a(n) for n = 0..3</a>
%F A250493 a(n) = A000045(n^7).
%p A250493 a:= n-> (<<0|1>, <1|1>>^(n^7))[1, 2]:
%p A250493 seq(a(n), n=0..3);
%t A250493 Table[Fibonacci[n^7], {n, 0, 5}] (* _Vincenzo Librandi_, Nov 24 2014 *)
%o A250493 (Magma) [Fibonacci(n^7): n in [0..4]]; // _Vincenzo Librandi_, Nov 24 2014
%Y A250493 Column k=7 of A250486.
%Y A250493 Cf. A000045.
%K A250493 nonn
%O A250493 0,3
%A A250493 _Alois P. Heinz_, Nov 24 2014