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!)
A132146 Numbers that can't be presented as a sum of a prime number and a Fibonacci number (0 is not considered to be a Fibonacci number). 3
1, 2, 17, 29, 35, 59, 83, 89, 119, 125, 127, 177, 179, 208, 209, 221, 239, 255, 269, 287, 299, 329, 331, 353, 359, 363, 389, 416, 419, 449, 479, 485, 509, 515, 519, 535, 539, 547, 551, 561, 567, 569, 599, 637, 659, 673, 697, 705, 718, 733, 739, 755, 768, 779 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence contains A132144 as a subsequence and is the complement of A132147.
LINKS
EXAMPLE
The smallest prime number is 2, the smallest Fibonacci number is 1; hence 1 and 2 can't be presented as a sum of a prime number and a Fibonacci number.
MATHEMATICA
Complement[Range[1000], Take[Union[Flatten[Table[Fibonacci[n] + Prime[k], {n, 700}, {k, 700}]]], 1000]]
CROSSREFS
Sequence in context: A300134 A171605 A018759 * A139827 A362035 A197186
KEYWORD
nonn
AUTHOR
Tanya Khovanova, Aug 12 2007
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 July 22 00:58 EDT 2024. Contains 374478 sequences. (Running on oeis4.)