Factorize the Fibonacci numbers in order, skipping F(0)-F(2), F(6)=8 and F(12)=144; at each step at least one new prime will occur; append to the sequence the smallest such new prime.
A061488
Factorize the Fibonacci numbers in order, skipping F(0)-F(2), F(6)=8 and F(12)=144; at each step at least one new prime will occur; append to the sequence the smallest such new prime.
Terms
- a(0) =2a(1) =3a(2) =5a(3) =13a(4) =7a(5) =17a(6) =11a(7) =89a(8) =233a(9) =29a(10) =61a(11) =47a(12) =1597a(13) =19a(14) =37a(15) =41a(16) =421a(17) =199a(18) =28657a(19) =23a(20) =3001a(21) =521a(22) =53a(23) =281a(24) =514229a(25) =31a(26) =557a(27) =2207a(28) =19801a(29) =3571
External references
- oeis: A061488