A067149 Indices of records of A067148.
1, 2, 5, 11, 23, 53, 293, 24773, 422573, 86203853
Offset: 1
Crossrefs
Cf. A067148.
Programs
-
Mathematica
a[ n_ ] := Module[ {}, If[ n==2, Return[ 1 ] ]; For[ f0=3; f1=2; f2=1; c=0, f0<=n, f0=(f2=f1)+(f1=f0), If[ Mod[ n-f0, f2 ]==0, c++ ] ]; c ]; For[ n=1; max=-1, True, n++, If[ a[ n ]>max, Print[ n ]; max=a[ n ] ] ]
Extensions
Last term from Dean Hickerson, Jan 12 2002
Comments