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-3 of 3 results.

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

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 7, 10, 11, 13, 15, 18, 19, 21, 25, 29, 32, 33, 35, 40, 47, 51, 54, 55, 57, 65, 76, 83, 87, 90, 91, 93, 105, 123, 134, 141, 145, 148, 149, 151, 170, 199, 217, 228, 235, 239, 242, 243, 245, 275, 322, 351, 369, 380, 387, 391, 394, 395, 397
Offset: 1

Views

Author

Clark Kimberling, Jun 19 2011

Keywords

Programs

  • Mathematica
    (See A191916.)
    nn=60;Join[{0},Take[Union[Select[2#[[1]]-#[[2]]&/@Tuples[LucasL[ Range[ nn]], 2],#>=0&]],nn]] (* Harvey P. Dale, Jan 06 2013 *)

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

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 7, 9, 10, 11, 12, 15, 16, 18, 21, 23, 25, 27, 29, 33, 39, 40, 41, 45, 47, 54, 62, 65, 68, 70, 74, 76, 87, 101, 105, 109, 115, 117, 121, 123, 141, 163, 170, 177, 185, 191, 193, 197, 199, 228, 264, 275, 286, 300, 308, 314, 316, 320, 322, 369
Offset: 1

Views

Author

Clark Kimberling, Jun 19 2011

Keywords

Crossrefs

Programs

A191919 Ordered sequence of nonnegative differences c*f-d*g, where f and g are Lucas numbers (A000032 beginning at 1) and {c,d}={1,2}.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 7, 9, 10, 11, 12, 13, 15, 16, 18, 19, 21, 23, 25, 27, 29, 32, 33, 35, 39, 40, 41, 45, 47, 51, 54, 55, 57, 62, 65, 68, 70, 74, 76, 83, 87, 90, 91, 93, 101, 105, 109, 115, 117, 121, 123, 134, 141, 145, 148, 149, 151, 163, 170, 177, 185, 191
Offset: 1

Views

Author

Clark Kimberling, Jun 19 2011

Keywords

Crossrefs

Programs

Showing 1-3 of 3 results.