login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014243 a(n) = ((n+1)-st Lucas number) - (n-th non-Lucas number). 1
-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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A000032(n+1) - A057854(n) for n >= 1. - Michel Marcus, May 28 2019
EXAMPLE
For example, a(5) = A000032(6) - A057854(5) = 18-10 = 8.
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 *)
CROSSREFS
Sequence in context: A005007 A188792 A192395 * A366375 A366285 A364492
KEYWORD
sign
AUTHOR
EXTENSIONS
Edited by N. J. A. Sloane, May 28 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 13:41 EDT 2024. Contains 371957 sequences. (Running on oeis4.)