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”).

A247240
Numbers such that A059248(k), the numerator of Sum_{i=1..k} 1/Fibonacci(i), is not equal to A250744(k), the denominator of the harmonic mean of the first k positive Fibonacci numbers.
0
2, 7, 35, 245, 485, 12914
OFFSET
1,1
COMMENTS
Next term > 20000. - Jinyuan Wang, Feb 14 2020
MATHEMATICA
s=0; lst={}; Do[s+=1/Fibonacci[n]; If[Numerator[s]!=Denominator[n/s], AppendTo[lst, n]], {n, 10000}]; lst (* Jinyuan Wang, Feb 14 2020 *)
CROSSREFS
Sequence in context: A003713 A058129 A101514 * A266356 A196857 A111908
KEYWORD
nonn,more
AUTHOR
Michel Marcus, Nov 28 2014
EXTENSIONS
a(6) from Jinyuan Wang, Feb 14 2020
STATUS
approved