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
Top comments (0)