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.

A134790 Floor(prime Fibonacci(Prime(k))/Prime(k)).

This page as a plain text file.
%I A134790 #17 Mar 14 2015 01:07:14
%S A134790 0,1,1,8,17,93,1245,17732,10081265,63217341,1195118711985005,
%T A134790 8140003186959622868813528,139669360584622467747806013,
%U A134790 1324290912910022899017738237233285189213652972190967113265372469016533360
%N A134790 Floor(prime Fibonacci(Prime(k))/Prime(k)).
%H A134790 Vincenzo Librandi, <a href="/A134790/b134790.txt">Table of n, a(n) for n = 1..22</a>
%e A134790 17732 is in the sequence because floor(514229/29) = 17732, where 29 is the 10th prime number and 514229 = Fibonacci(29) is also a prime. - _Bruno Berselli_, Jul 10 2012
%t A134790 k = {}; Do[If[PrimeQ[Fibonacci[Prime[n]]], AppendTo[k, Floor[Fibonacci[Prime[n]]/Prime[n]]]], {n, 1, 100}]; k
%Y A134790 Cf. A050937, A090819, A134787, A134788, A134789.
%Y A134790 Cf. A000040, A000045, A075737.
%K A134790 nonn
%O A134790 1,4
%A A134790 _Artur Jasinski_, Nov 12 2007