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.

A039595 Positive Fibonacci numbers that are also triangular numbers.

Original entry on oeis.org

1, 3, 21, 55
Offset: 1

Views

Author

Keywords

Comments

Vern Hoggatt conjectured and Luo Ming confirmed that these are all the terms. - Tomohiro Yamada, Sep 23 2017

References

  • Jean-Marie De Koninck, Ces nombres qui nous fascinent, Entry 55, p. 20, Ellipses, Paris, 2008.
  • Richard K. Guy, Unsolved Problems in Number Theory, Springer, 1st edition, 1981. See section D26.
  • James J. Tattersall, Elementary Number Theory in Nine Chapters, Cambridge University Press, 1999, page 28.
  • David Wells, Curious and interesting numbers, Penguin Books, p. 108.

Crossrefs

Programs

  • Mathematica
    Union[Select[Fibonacci[Range[20]],OddQ[Sqrt[8#+1]]&]] (* Harvey P. Dale, Jan 17 2015 *)