Equation of 1 22 333 4444 55555 sequence?
问题 i need to find 1 22 333 sequence formula/equation. I write this code for getting number like that but i need to find equation of this sequence Code: for (int i = 1; i <= 9; i++) { for (int j = 0; j < i; j++) { Console.Write(i); } Console.Write("\n"); } With this code I get this results 1 22 333 4444 55555 666666 7777777 88888888 999999999 Also Latex code line should works for me to. I mean equation somethings like this for example: 回答1: From the sum of a geometric progression , the value of