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!)
A272635 Numbers that are not a sum or a difference of two Fibonacci numbers. 1
17, 25, 27, 28, 30, 38, 40, 41, 43, 44, 45, 46, 48, 49, 51, 59, 61, 62, 64, 65, 66, 67, 69, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 82, 83, 85, 93, 95, 96, 98, 99, 100, 101, 103, 104, 105, 106, 107, 108, 109, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is the complement of the union of A007298 and A084176.
LINKS
MAPLE
N:= 30: # to get all terms < A000045(N+1) - A000045(N-4)
fibs:= [seq(combinat:-fibonacci(i), i=1..N)]:
R:= {seq(seq(fibs[i]-fibs[j], j=1..i-1), i=1..N), seq(seq(fibs[i]+fibs[j], j=1..i), i=1..N)}:
A:= {$1..fibs[-1]+fibs[-2]-fibs[-5]-1} minus R:
sort(convert(A, list)); # Robert Israel, May 04 2016
CROSSREFS
Sequence in context: A340050 A051780 A124971 * A105448 A336007 A082130
KEYWORD
nonn,easy
AUTHOR
Altug Alkan, May 04 2016
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 April 24 19:59 EDT 2024. Contains 371963 sequences. (Running on oeis4.)