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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138181 Largest Fibonacci number not exceeding the n-th prime. 1
2, 3, 5, 5, 8, 13, 13, 13, 21, 21, 21, 34, 34, 34, 34, 34, 55, 55, 55, 55, 55, 55, 55, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 233, 233 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = largest summand in the Zeckendorf representation of the n-th prime
LINKS
EXAMPLE
a(4)=5 because 5 is the largest Fibonacci number not exceeding 7 (the 4th prime)
MATHEMATICA
With[{rf=Reverse[Fibonacci[Range[20]]]}, Flatten[Table[Select[rf, #<=Prime[ n]&, 1], {n, 60}]]] (* Harvey P. Dale, May 25 2013 *)
CROSSREFS
Sequence in context: A204207 A354704 A287919 * A006447 A014237 A033885
KEYWORD
easy,nonn
AUTHOR
Colm Mulcahy, Mar 04 2008
EXTENSIONS
Corrected by Harvey P. Dale, May 25 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 March 29 10:22 EDT 2024. Contains 371268 sequences. (Running on oeis4.)