Juggler.Largest {Zseq} | R Documentation |
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.
Juggler.Largest(n, gmp = TRUE)
n |
the number of first |
gmp |
a logical; |
a vector of length n
containing first entries from the sequence.
## generate first 10 numbers of largest values for Juggler sequences
print(Juggler.Largest(10))