login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A186697
Next Fibonacci number after n-th prime number.
1
3, 5, 8, 8, 13, 21, 21, 21, 34, 34, 34, 55, 55, 55, 55, 55, 89, 89, 89, 89, 89, 89, 89, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 233, 233, 233, 233, 233, 233, 233, 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
OFFSET
1,1
MATHEMATICA
With[{fibs=Fibonacci[Range[20]]}, Table[First[Select[fibs, #>Prime[n]&]], {n, 75}]]
CROSSREFS
Cf. A014208 (next prime after the n-th Fibonacci number).
Sequence in context: A131977 A139125 A354415 * A077523 A298516 A157291
KEYWORD
nonn
AUTHOR
Harvey P. Dale, Feb 25 2011
STATUS
approved