login
Smallest number that can be expressed as the sum of distinct Lucas numbers (A000204) in exactly n ways.
1

%I #6 Mar 30 2012 18:34:54

%S 1,4,11,22,33,51,80,87,134,145,210,221,232,344,355,373,561,554,601,

%T 619,608,894,1397,930,999,988,1473,1462,1451,1509,1603,1585,2341,1596,

%U 2363,2352,3658,2551,2439,2562,3781,2580,3810,3792,3926,4132,3803,3944

%N Smallest number that can be expressed as the sum of distinct Lucas numbers (A000204) in exactly n ways.

%e 11 can be expressed as 11=4+7=1+3+7, distinct Lucas numbers, so a(3)=11.

%Y Cf. A000204, A003263, A054770.

%K nonn

%O 1,2

%A _Jud McCranie_, Jun 06 2000