A112584
Lengths of the loop of the sequences "Sum of last n digits" beginning with (n-1) zeros followed by digit 5.
Original entry on oeis.org
1, 8, 4, 50, 63, 39, 461, 78, 12203, 312, 318880, 2184, 57725, 5804, 6698, 9722
Offset: 1
a(4)=50 because the sum of last four *digits* of the sequence beginning with 0,0,0,5, (three zeros followed by a 5) enters in a loop whose length is 50 terms; so a(4)=50
a(5)=63 because "Sum of last five digits" beginning with 0,0,0,0,5 enters in a cycle of 63 terms.
Computed by Michael D Beeler.
A112585
Lengths of the loop of the sequences "Sum of last n digits" beginning with (n-1) zeros followed by digit 6.
Original entry on oeis.org
1, 8, 10, 12, 171, 69, 461, 26, 12203, 104, 318880, 728, 57725, 5804, 6698, 9722
Offset: 1
a(4)=12 because the sum of last four *digits* of the sequence beginning with 0,0,0,6, (three zeros followed by a 6) enters in a loop whose length is 12 terms; so a(4)=12
a(5)=171 because "Sum of last five digits" beginning with 0,0,0,0,6 enters in a cycle of 171 terms.
Computed by Michael D Beeler.
A112586
Lengths of the loop of the sequences "Sum of last n digits" beginning with (n-1) zeros followed by digit 7.
Original entry on oeis.org
1, 3, 15, 50, 171, 69, 461, 78, 12203, 312, 318880, 2184, 57725, 5804, 6698, 5091
Offset: 1
a(4)=50 because the sum of last four *digits* of the sequence beginning with 0,0,0,7, (three zeros followed by a 7) enters in a loop whose length is 50 terms; so a(4)=50
a(5)=171 because "Sum of last five digits" beginning with 0,0,0,0,7 enters in a cycle of 171 terms.
Computed by Michael D Beeler.
A112589
Lengths of the loop of the sequences "Sum of last n digits" beginning with (n-1) zeros followed by digit 8.
Original entry on oeis.org
1, 8, 4, 50, 171, 39, 461, 78, 12203, 312, 318880, 2184, 57725, 5804, 1401, 9722
Offset: 1
a(4)=50 because the sum of last four *digits* of the sequence beginning with 0,0,0,8, (three zeros followed by a 8) enters in a loop whose length is 50 terms; so a(4)=50
a(5)=171 because "Sum of last five digits" beginning with 0,0,0,0,8 enters in a cycle of 171 terms.
Computed by Michael D Beeler.
A112590
Lengths of the loop of the sequences "Sum of last n digits" beginning with (n-1) zeros followed by digit 9.
Original entry on oeis.org
1, 8, 10, 1, 171, 1, 461, 1, 12203, 1, 318880, 1, 57725, 1, 6698, 1
Offset: 1
a(3)=10 because the sum of last three *digits* of the sequence beginning with 0,0,9, (two zeros followed by a 9) enters in a loop whose length is 10 terms; so a(3)=10.
a(4)=1 because "Sum of last four digits" beginning with 0,0,0,9 enters in a cycle of one term (the same term repeated).
Computed by Michael D Beeler.