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.

A186697 Next Fibonacci number after n-th prime number.

This page as a plain text file.
%I A186697 #7 Mar 30 2012 18:51:45
%S A186697 3,5,8,8,13,21,21,21,34,34,34,55,55,55,55,55,89,89,89,89,89,89,89,144,
%T A186697 144,144,144,144,144,144,144,144,144,144,233,233,233,233,233,233,233,
%U A186697 233,233,233,233,233,233,233,233,233,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,610
%N A186697 Next Fibonacci number after n-th prime number.
%t A186697 With[{fibs=Fibonacci[Range[20]]},Table[First[Select[fibs,#>Prime[n]&]],{n,75}]]
%Y A186697 Cf. A014208 (next prime after the n-th Fibonacci number).
%K A186697 nonn
%O A186697 1,1
%A A186697 _Harvey P. Dale_, Feb 25 2011