|
| |
|
|
A110431
|
|
Average of positive multiples of 3 with n decimal digits, rounded down.
|
|
1
| |
|
|
6, 55, 550, 5500, 55000, 550000, 5500000, 55000000, 550000000, 5500000000, 55000000000, 550000000000, 5500000000000, 55000000000000, 550000000000000, 5500000000000000, 55000000000000000, 550000000000000000, 5500000000000000000
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| Subsidiary sequence: Average of positive multiples of k with n decimal digits, rounded down.
|
|
|
FORMULA
| For n > 1, a(n+1) = 10 * a(n).
|
|
|
EXAMPLE
| a(2) = average {12,15,...96,99} = floor((12+99)/2) = 55.
|
|
|
PROG
| (PARI) a(n)=(11*10^(n-1)+1)\2
|
|
|
CROSSREFS
| Cf. A110430.
Sequence in context: A009577 A097300 A198855 * A121661 A118836 A079589
Adjacent sequences: A110428 A110429 A110430 * A110432 A110433 A110434
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 02 2005
|
|
|
EXTENSIONS
| Corrected and extended by Joshua Zucker (joshua.zucker(AT)stanfordalumni.org), May 10 2006
Formula and program from Charles R Greathouse IV (charles.greathouse(AT)case.edu), Aug 03 2010
|
| |
|
|