"Fibonacci-digits": start with "11", append sum of first 2 digits to the preceding number, drop first digit.
A093099
"Fibonacci-digits": start with "11", append sum of first 2 digits to the preceding number, drop first digit.
Terms
- a(0) =11a(1) =12a(2) =23a(3) =35a(4) =58a(5) =813a(6) =139a(7) =394a(8) =9412a(9) =41213a(10) =12135a(11) =21353a(12) =13533a(13) =35334a(14) =53348a(15) =33488a(16) =34886a(17) =48867a(18) =886712a(19) =8671216a(20) =67121614a(21) =712161413a(22) =121614138a(23) =216141383a(24) =161413833a(25) =614138337a(26) =141383377a(27) =413833775a(28) =138337755a(29) =383377554
External references
- oeis: A093099