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.

A343256 Difference between prime(Fibonacci(n+1)) and prime(Fibonacci(n)).

This page as a plain text file.
%I A343256 #24 Jan 16 2023 11:16:39
%S A343256 0,1,2,6,8,22,32,66,118,204,366,644,1120,1902,3300,5676,9690,16620,
%T A343256 28152,47900,80856,136546,230754,387570,651932,1093174,1832286,
%U A343256 3065822,5122932,8557788,14272702,23779968,39592890,65860910,109471248,181821502,301795112
%N A343256 Difference between prime(Fibonacci(n+1)) and prime(Fibonacci(n)).
%H A343256 Chai Wah Wu, <a href="/A343256/b343256.txt">Table of n, a(n) for n = 1..83</a>
%F A343256 a(n) = prime(Fibonacci(n+1)) - prime(Fibonacci(n)).
%F A343256 a(n) = A030427(n+1) - A030427(n).
%t A343256 A343256[nmax_]:=Differences[Prime[Fibonacci[Range[nmax+1]]]];
%t A343256 A343256[20] (* _Paolo Xausa_, Jan 16 2023 *)
%Y A343256 Cf. A000040 (primes), A000045 (Fibonacci), A030427.
%K A343256 nonn
%O A343256 1,3
%A A343256 _Paolo Xausa_, Apr 09 2021