login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A023625
Convolution of Lucas numbers and primes.
1
2, 9, 22, 48, 95, 178, 316, 547, 924, 1546, 2559, 4204, 6878, 11207, 18218, 29572, 47955, 77706, 125850, 203761, 329826, 533812, 863879, 1397946, 2262100, 3660341, 5922746, 9583400, 15506469, 25090200, 40597022, 65687607, 106285028, 171973048, 278258503
OFFSET
1,1
LINKS
MATHEMATICA
Table[ListConvolve[Prime[Range[n]], LucasL[Range[n]]], {n, 40}]//Flatten (* Harvey P. Dale, Dec 16 2018 *)
CROSSREFS
Sequence in context: A212069 A106058 A086718 * A166754 A026589 A319792
KEYWORD
nonn
EXTENSIONS
More terms from Harvey P. Dale, Dec 16 2018
STATUS
approved