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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Next term > 20000. - Jinyuan Wang, Feb 14 2020
LINKS
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

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 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)