Smarandache Sequence in Python
[(((10**n)-1)/9)*n for n in arr]
Output:
1
22
333
4444
...
Smarandache Sequence in Python
[(((10**n)-1)/9)*n for n in arr]
Output:
1
22
333
4444
...
For further actions, you may consider blocking this person and/or reporting abuse
Contestants must answer rapid-fire questions across the full stack of modern web development. Get it right, earn points. Get it wrong? The spice level goes up!
Top comments (0)