login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Next Fibonacci number after n-th prime number.
1

%I #7 Mar 30 2012 18:51:45

%S 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 144,144,144,144,144,144,144,144,144,144,233,233,233,233,233,233,233,

%U 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 Next Fibonacci number after n-th prime number.

%t With[{fibs=Fibonacci[Range[20]]},Table[First[Select[fibs,#>Prime[n]&]],{n,75}]]

%Y Cf. A014208 (next prime after the n-th Fibonacci number).

%K nonn

%O 1,1

%A _Harvey P. Dale_, Feb 25 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 22 08:59 EDT 2024. Contains 376097 sequences. (Running on oeis4.)