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!)
A250490 (n^4)-th Fibonacci number. 4

%I #19 Aug 24 2017 15:57:34

%S 0,1,987,37889062373143906,

%T 141693817714056513234709965875411919657707794958199867

%N (n^4)-th Fibonacci number.

%H Alois P. Heinz, <a href="/A250490/b250490.txt">Table of n, a(n) for n = 0..8</a>

%F a(n) = A000045(n^4).

%p a:= n-> (<<0|1>, <1|1>>^(n^4))[1, 2]:

%p seq(a(n), n=0..5);

%t Fibonacci[Range[0, 5]^4] (* _Alonso del Arte_, Aug 22 2017 *)

%o (PARI) a(n) = fibonacci(n^4) \\ _Felix Fröhlich_, Aug 22 2017

%Y Column k = 4 of A250486.

%Y Cf. A000045.

%K nonn

%O 0,3

%A _Alois P. Heinz_, Nov 24 2014

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 April 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)