Juggler.Largest: Largest value for Juggler sequence
Description
Under OEIS A094716, the Largest value for Juggler sequence is the largest value in trajectory of
a sequence that starts from n. First 6 terms are 0, 1, 2, 36, 4, 36 that n starting from 0 is conventional choice.
# NOT RUN {## generate first 10 numbers of largest values for Juggler sequencesfirst10 = Juggler.Largest(10)
## print without trailing 0's.print(first10, drop0trailing = TRUE)
# }