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.
%I A134792 #8 Oct 13 2024 07:08:11 %S A134792 0,0,1,2,3,5,7,10,16,18,35,57,60,166,201,201,209,238,267,268,1421, %T A134792 2263,2583,4471,4647,6934,12289,14789,17312,18039,24450,39370,50472, %U A134792 62555,71250,96762,191210,208727,283921,285676,290980,448242,505208,618634,787251,867638 %N A134792 a(n) = round(log(Fibonacci(prime(k))/prime(k))), where k = A119984(n). %H A134792 Amiram Eldar, <a href="/A134792/b134792.txt">Table of n, a(n) for n = 1..55</a> %t A134792 k = {}; Do[If[PrimeQ[Fibonacci[Prime[n]]], AppendTo[k, Round[Log[Fibonacci[Prime[n]]/Prime[n]]]]], {n, 1, 200}]; k %Y A134792 Cf. A000045, A050937, A090819, A119984, A134787, A134788, A134789, A134790, A134791. %K A134792 nonn %O A134792 1,4 %A A134792 _Artur Jasinski_, Nov 12 2007 %E A134792 a(21)-a(46) from _Amiram Eldar_, Oct 13 2024