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.

Showing 1-2 of 2 results.

A100891 Prime Padovan numbers.

Original entry on oeis.org

2, 3, 5, 7, 37, 151, 3329, 23833, 13091204281, 3093215881333057, 1363005552434666078217421284621279933627102780881053358473, 1558877695141608507751098941899265975115403618621811951868598809164180630185566719
Offset: 1

Views

Author

John Lien, Jan 10 2005

Keywords

Comments

Next term corresponds to Padovan(1262) and has 154 decimal digits.

References

  • Midhat J. Gazale, "Gnomon: From Pharaohs to Fractals", Princeton University Press, 1999.

Crossrefs

Indices of prime Padovan numbers are A112882.

Programs

  • Mathematica
    Rest[Select[LinearRecurrence[{0,1,1},{1,1,2},1000],PrimeQ]] (* Harvey P. Dale, Mar 31 2012 *)

Extensions

More terms from Robert G. Wilson v, Jan 14 2005

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 *)
Showing 1-2 of 2 results.