A095910 Where the modified Juggler sequence reaches a new record.
2, 3, 7, 25, 73, 101, 471, 549, 791, 837, 1199, 2267, 29773, 38653, 273317, 2776203, 3683335, 4975111, 8087437
Offset: 1
Programs
-
Mathematica
mjs[n_] := If[ EvenQ[n], Round[ Sqrt[n]], Round[ Sqrt[n^3]]]; f[n_] := Length[ NestWhileList[mjs, n, # != 1 &]] - 1; a = {0}; Do[ b = f[n]; If[b > a[[ -1]], AppendTo[a, b]], {n, 250000}]; a
Extensions
a(16)-a(19) from Chai Wah Wu, Aug 18 2016
Comments