Fibonacci sieve: using Fibonacci numbers, strike out every 2nd, 3rd, 5th, 8th, 13th, 21st, 34th... of those remaining.

A060390

Fibonacci sieve: using Fibonacci numbers, strike out every 2nd, 3rd, 5th, 8th, 13th, 21st, 34th... of those remaining.

Terms

    a(0) =0a(1) =1a(2) =8a(3) =21a(4) =377a(5) =2584a(6) =6765a(7) =832040a(8) =2178309a(9) =14930352a(10) =39088169a(11) =701408733a(12) =12586269025

External references