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.

A134789 a(n) = round(Fibonacci(prime(k))/prime(k)), where k = A119984(n).

This page as a plain text file.
%I A134789 #9 Oct 13 2024 07:08:44
%S A134789 1,1,2,8,18,94,1246,17732,10081266,63217342,1195118711985006,
%T A134789 8140003186959622868813528,139669360584622467747806014,
%U A134789 1324290912910022899017738237233285189213652972190967113265372469016533360
%N A134789 a(n) = round(Fibonacci(prime(k))/prime(k)), where k = A119984(n).
%H A134789 Amiram Eldar, <a href="/A134789/b134789.txt">Table of n, a(n) for n = 1..22</a>
%t A134789 k = {}; Do[If[PrimeQ[Fibonacci[Prime[n]]], AppendTo[k, Round[Fibonacci[Prime[n]]/Prime[n]]]], {n, 1, 100}]; k
%Y A134789 Cf. A000045, A050937, A090819, A119984, A134787, A134788.
%K A134789 nonn
%O A134789 1,3
%A A134789 _Artur Jasinski_, Nov 12 2007