login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Convolution of Lucas numbers and primes.
1

%I #7 Dec 16 2018 12:24:18

%S 2,9,22,48,95,178,316,547,924,1546,2559,4204,6878,11207,18218,29572,

%T 47955,77706,125850,203761,329826,533812,863879,1397946,2262100,

%U 3660341,5922746,9583400,15506469,25090200,40597022,65687607,106285028,171973048,278258503

%N Convolution of Lucas numbers and primes.

%H Harvey P. Dale, <a href="/A023625/b023625.txt">Table of n, a(n) for n = 1..1000</a>

%t Table[ListConvolve[Prime[Range[n]],LucasL[Range[n]]],{n,40}]//Flatten (* _Harvey P. Dale_, Dec 16 2018 *)

%K nonn

%O 1,1

%A _Clark Kimberling_

%E More terms from _Harvey P. Dale_, Dec 16 2018