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!)
A110430 Arithmetic mean of all n-digit positive even numbers. 2
5, 54, 549, 5499, 54999, 549999, 5499999, 54999999, 549999999, 5499999999, 54999999999, 549999999999, 5499999999999, 54999999999999, 549999999999999, 5499999999999999, 54999999999999999, 549999999999999999, 5499999999999999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) =1/2{10^(n-1) + 10^n -2}
EXAMPLE
a(2) = Arithmetic mean of 10,12,14,...96,98 =(10 + 98)/2 =54.
MATHEMATICA
Table[FromDigits[PadRight[{5, 4}, n, 9]], {n, 20}] (* Harvey P. Dale, Apr 24 2020 *)
CROSSREFS
Sequence in context: A268882 A229298 A087125 * A110432 A215542 A304322
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Aug 02 2005
EXTENSIONS
Corrected and extended by Joshua Zucker, May 10 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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)