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.

A291673 Padovan numbers that are also Fibonacci numbers.

Original entry on oeis.org

0, 1, 2, 3, 5, 21
Offset: 1

Views

Author

Hugo Pfoertner, Aug 29 2017

Keywords

Comments

Common terms of A000931 and A000045.
Cited from Ian Stewart's article "Tales of a Neglected Number": "Some numbers, such as 3, 5 and 21, are both Fibonacci and Padovan. Are there others?"
In the b-files provided for both sequences, no further matches are found.
No other terms < 10^(10^5). - Chai Wah Wu, Aug 29 2017

Crossrefs

Programs

  • Mathematica
    With[{nn=100},Join[{0},Intersection[LinearRecurrence[{0,1,1},{1,1,2},nn],Fibonacci[Range[nn]]]]] (* Harvey P. Dale, Oct 09 2017 *)