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.

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

Original entry on oeis.org

0, 1, 3, 5, 8, 9, 10, 11, 12, 13, 15, 17, 21, 24, 25, 26, 27, 33, 37, 40, 41, 43, 54, 61, 65, 68, 69, 71, 87, 98, 105, 109, 112, 113, 115, 141, 159, 170, 177, 181, 184, 185, 187, 228, 257, 275, 286, 293, 297, 300, 301, 303, 369, 416, 445, 463, 474, 481, 485
Offset: 1

Views

Author

Clark Kimberling, Jun 19 2011

Keywords

Crossrefs

Programs

  • Mathematica
    (See A191929.)
    Take[Union[Select[4First[#]-Last[#]&/@Tuples[LucasL[Range[20]],{2}], #>=0&]],70] (* Harvey P. Dale, Aug 21 2011 *)