cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

Original entry on oeis.org

2, 7, 35, 245, 485, 12914
Offset: 1

Views

Author

Michel Marcus, Nov 28 2014

Keywords

Comments

Next term > 20000. - Jinyuan Wang, Feb 14 2020

Crossrefs

Programs

  • 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 *)

Extensions

a(6) from Jinyuan Wang, Feb 14 2020