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.

A191989 Ordered sequence of nonnegative differences 2f-5g, where f and g are Lucas numbers (A000032 beginning at 1).

Original entry on oeis.org

0, 1, 2, 3, 4, 7, 9, 11, 16, 17, 18, 21, 23, 29, 31, 38, 39, 43, 47, 53, 59, 62, 74, 76, 79, 89, 97, 101, 117, 123, 132, 137, 147, 156, 163, 191, 199, 211, 226, 231, 241, 253, 264, 308, 322, 343, 363, 378, 383, 393, 409, 427, 499, 521, 554, 589, 609, 624
Offset: 1

Views

Author

Clark Kimberling, Jun 20 2011

Keywords

Crossrefs

Programs

  • Mathematica
    (See A191988.)
    Join[{0},Take[Union[Select[2*First[#]-5*Last[#]&/@Tuples[LucasL[ Range[40]],{2}],Positive]],70]] (* Harvey P. Dale, Jun 22 2011 *)