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.

A030427 a(n) = prime(Fibonacci(n)).

This page as a plain text file.
%I A030427 #44 Jan 16 2023 11:18:09
%S A030427 2,2,3,5,11,19,41,73,139,257,461,827,1471,2591,4493,7793,13469,23159,
%T A030427 39779,67931,115831,196687,333233,563987,951557,1603489,2696663,
%U A030427 4528949,7594771,12717703,21275491,35548193,59328161,98921051,164781961,274253209,456074711
%N A030427 a(n) = prime(Fibonacci(n)).
%H A030427 Chai Wah Wu, <a href="/A030427/b030427.txt">Table of n, a(n) for n = 1..84</a> (terms 1..60 from T. D. Noe)
%F A030427 a(n) = A000040(A000045(n)). - _Michel Marcus_, Jan 14 2016
%t A030427 Prime@Fibonacci@Range@50 (* _Vladimir Joseph Stephan Orlovsky_, Apr 11 2011 *)
%t A030427 Table[Prime[Fibonacci[n]], {n, 40}] (* _Vincenzo Librandi_, Jan 14 2016 *)
%o A030427 (Magma) [NthPrime(Fibonacci(n)): n in [1..43]]; // _Joerg Arndt_, Apr 03 2011
%o A030427 (PARI) a(n)=prime(fibonacci(n)) \\ _Charles R Greathouse IV_, Apr 29 2015
%o A030427 (J) p: (i. +/ .! i.@-)"0&.>: i.40 NB. _Stephen Makdisi_, May 14 2018
%Y A030427 Cf. A000040, A000045, A343256 (first differences).
%K A030427 nonn,nice
%O A030427 1,1
%A A030427 John C. Hallyburton, Jr. (jhallyburton(AT)mx1.AspenRes.Com)
%E A030427 More terms from _Jud McCranie_