29354
domain: N
Appears in sequences
- a(n) = Sum_{k=0..n} (-1)^k*k*Fibonacci(k), where Fibonacci(k) = A000045(k).at n=18A263878
- a(n) is the number of terms required in the Basel Problem, i.e., Sum_{m >= 1} 1/m^2, for the first appearance of n correct digits in the decimal expansion of Pi^2/6 to occur.at n=4A274982
- a(n) = 2*a(n-1) - a(n-2) + a([n/2]), where a(0) = 1, a(1) = 1, a(2) = 1.at n=35A298414