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.

A014208 Next prime after n-th Fibonacci number.

This page as a plain text file.
%I A014208 #10 Jul 08 2025 02:55:18
%S A014208 2,2,2,3,5,7,11,17,23,37,59,97,149,239,379,613,991,1601,2591,4201,
%T A014208 6779,10949,17713,28661,46381,75029,121403,196429,317827,514243,
%U A014208 832063,1346273,2178313,3524603,5702897,9227479
%N A014208 Next prime after n-th Fibonacci number.
%p A014208 [ seq( nextprime(fibonacci(i)),i=0..40) ];
%t A014208 NextPrime/@Fibonacci[Range[0,40]]  (* _Harvey P. Dale_, Feb 23 2011 *)
%K A014208 nonn
%O A014208 0,1
%A A014208 _N. J. A. Sloane_