A030325 Position of n-th 0 in A030324.
3, 7, 10, 11, 12, 15, 18, 20, 23, 24, 25, 27, 30, 35, 38, 39, 42, 43, 45, 46, 47, 48, 52, 54, 55, 58, 63, 64, 67, 68, 71, 72, 73, 75, 80, 83, 88, 89, 90, 95, 98, 100, 101, 102, 103, 106, 107, 108, 110, 111, 112, 113, 114, 116, 118, 120
Offset: 1
Keywords
Programs
-
Mathematica
Flatten[Position[Flatten[IntegerDigits[#,2]&/@Fibonacci[ Range[ 2,20]]], 0]] (* Harvey P. Dale, Jan 21 2012 *)