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!)
A110431 Average of positive multiples of 3 with n decimal digits, rounded down. 1

%I #8 Dec 05 2013 19:57:03

%S 6,55,550,5500,55000,550000,5500000,55000000,550000000,5500000000,

%T 55000000000,550000000000,5500000000000,55000000000000,

%U 550000000000000,5500000000000000,55000000000000000,550000000000000000,5500000000000000000

%N Average of positive multiples of 3 with n decimal digits, rounded down.

%C Subsidiary sequence: Average of positive multiples of k with n decimal digits, rounded down.

%F For n > 1, a(n+1) = 10 * a(n).

%e a(2) = average {12,15,...96,99} = floor((12+99)/2) = 55.

%o (PARI) a(n)=(11*10^(n-1)+1)\2

%Y Cf. A110430.

%K nonn,base

%O 1,1

%A _Amarnath Murthy_, Aug 02 2005

%E Corrected and extended by _Joshua Zucker_, May 10 2006

%E Formula and program from _Charles R Greathouse IV_, Aug 03 2010

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 6 16:27 EDT 2023. Contains 363148 sequences. (Running on oeis4.)