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.

A014243 a(n) = ((n+1)-st Lucas number) - (n-th non-Lucas number).

Original entry on oeis.org

-2, -2, -1, 2, 8, 17, 34, 62, 108, 183, 305, 502, 823, 1343, 2185, 3548, 5754, 9324, 15101, 24449, 39575, 64049, 103651, 167729, 271410, 439170, 710612, 1149815, 1860461, 3010311, 4870808, 7881156
Offset: 1

Views

Author

Keywords

Examples

			For example, a(5) = A000032(6) - A057854(5) = 18-10 = 8.
		

Crossrefs

Programs

  • Mathematica
    b:= Complement[Range[1, 100], LucasL[Range[20]]]; Table[LucasL[n+1] - b[[n+1]], {n,1,40}] (* G. C. Greubel, Jun 19 2019 *)

Formula

a(n) = A000032(n+1) - A057854(n) for n >= 1. - Michel Marcus, May 28 2019

Extensions

Edited by N. J. A. Sloane, May 28 2019