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!)
A022801 n-th Lucas number (A000204(n)) + n-th non-Lucas number (A090946(n+1)). 3
3, 8, 10, 15, 20, 28, 41, 60, 90, 138, 215, 339, 540, 863, 1385, 2229, 3594, 5802, 9374, 15153, 24503, 39631, 64109, 103713, 167793, 271476, 439238, 710682, 1149887, 1860535, 3010387, 4870886, 7881236, 12752084, 20633281, 33385325, 54018565 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A000204(n) + A090946(n + 1). - Sean A. Irvine, May 21 2019
MAPLE
with(combinat): lucas:= n->fibonacci(n+1)+fibonacci(n-1): n:=1: for k from 1 to 7 do for nonlucas from lucas(k)+1 to lucas(k+1)-1 do printf("%d, ", nonlucas+lucas(n)) :n:=n+1 od od: # C. Ronaldo (aga_new_ac(AT)hotmail.com)
MATHEMATICA
Module[{nn=40, luc, nluc}, luc=LucasL[Range[nn]]; nluc=Complement[Range[ Last[ luc]], luc]; Total/@Thread[{luc, Take[nluc, Length[luc]]}]] (* Harvey P. Dale, May 02 2019 *)
CROSSREFS
Sequence in context: A047356 A083246 A023492 * A128699 A104816 A181022
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Thanks to Karima MOUSSAOUI (bouyao(AT)wanadoo.fr), who noticed that there were two versions of this sequence, differing at about the 22nd term, Feb 28 2004
More terms from Emeric Deutsch, Jan 14 2005
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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)