The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110803 n times the number of digits in the decimal expansion of n. 3
1, 2, 3, 4, 5, 6, 7, 8, 9, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n * A055642(n). - Indranil Ghosh, Jan 11 2017
EXAMPLE
a(1234) = 4936 = 1234*4.
MATHEMATICA
# IntegerLength[#]&/@Range[60] (* Harvey P. Dale, Mar 04 2011 *)
PROG
(Python)
def A110803(n):
return n*len(str(n)) # Indranil Ghosh, Jan 11 2017
CROSSREFS
Cf. A055642.
Sequence in context: A247803 A362093 A052383 * A109795 A248500 A250041
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Aug 14 2005
EXTENSIONS
Corrected by T. D. Noe, Oct 25 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 10 00:22 EDT 2024. Contains 373251 sequences. (Running on oeis4.)