Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A138185
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A138185 Smallest prime >= nth Fibonacci number. +0
3
2, 2, 2, 2, 3, 5, 11, 13, 23, 37, 59, 89, 149, 233, 379, 613, 991, 1597, 2591, 4201, 6779, 10949, 17713, 28657, 46381, 75029, 121403, 196429, 317827, 514229, 832063, 1346273, 2178313, 3524603, 5702897, 9227479, 14930387, 24157823, 39088193 (list; graph; listen)
OFFSET

0,1

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,657

EXAMPLE

a(6) = 11 because 11 is the smallest prime not less than 8 (the 6th Fibonacci number)

MAPLE

with(combinat): a:=proc(n) if isprime(fibonacci(n))=true then fibonacci(n) else nextprime(fibonacci(n)) end if end proc: seq(a(n), n=0..35); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 31 2008

MATHEMATICA

fib[0] = 0; fib[1] = 1; fib[n_] := fib[n] = fib[n - 1] + fib[n - 2] nextprime[n_] := Module[{k = n}, While[Not[PrimeQ[k]], k++ ]; k] Table[nextprime[fib[n]], {n, 0, 50}] - Erich Friedman (efriedma(AT)stetson.edu), Mar 26 2008

CROSSREFS

Cf. A138184.

Sequence in context: A035635 A029100 A098133 this_sequence A138705 A114869 A078228

Adjacent sequences: A138182 A138183 A138184 this_sequence A138186 A138187 A138188

KEYWORD

easy,nonn

AUTHOR

Colm Mulcahy (colm(AT)spelman.edu), Mar 04 2008

EXTENSIONS

More terms from Erich Friedman (efriedma(AT)stetson.edu) and Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 26 2008

Changed the definition of Fibonacci number to fib[0] = 0, fib[1] = 1, which is the standard definition. This forced changes on lines %e, %t and %O (offset = 0,1). Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jan 06 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research