74792
domain: N
Appears in sequences
- a(n) = floor(n*phi^19), where phi is the golden ratio, A001622.at n=8A004934
- a(n) = round(n*phi^19), where phi is the golden ratio, A001622.at n=8A004954
- a(n) = sum of n Fibonacci numbers starting from F(n).at n=12A096140
- Convolution of A066983 with the double Fibonacci sequence A103609.at n=24A121364
- a(n) = Sum_{k=floor((n+1)/2)..n} Fibonacci(k+1).at n=22A129361
- a(n) = Sum_{j=0..n} Sum_{i=0..j} L(i)*F(j) where L(i)=A000032(i) and F(j)=A000045(j).at n=11A242558
- a(n) = 8*Lucas(n).at n=19A258160