A277121 Numbers that immediately halt Conway's FIBONACCIGAME.
1, 2, 4, 5, 7, 8, 10, 11, 14, 16, 20, 22, 25, 28, 32, 35, 40, 44, 47, 49, 50, 53, 55, 56, 59, 61, 64, 67, 70, 71, 73, 77, 79, 80, 83, 88, 89, 94, 97, 98, 100, 101, 103, 106, 107, 109, 110, 112, 113, 118, 121, 122, 125, 127, 128, 131, 134, 137, 139, 140, 142, 146, 149, 151, 154, 157, 158
Offset: 1
Keywords
Programs
-
PARI
is(n)=gcd(16990599132039,n)==1 && n%65 && n%34 && n%69 && n%341 && n%287 \\ Charles R Greathouse IV, Nov 26 2016
Comments