OFFSET
1,1
COMMENTS
As with the primes in A092800, each succeeding term seems a close multiple of that preceding.
FORMULA
Add composites and divide total by the count of composites below 10^n
Floor((10^n(10^n + 1)/2 - A046731(n) - 1)/(10^n - A006880(n) - 1)) - Charles R Greathouse IV, Sep 25 2008
EXAMPLE
a(3)=510 because the mean of composites below 10^3 is 510.087
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Enoch Haga, Mar 06 2004
EXTENSIONS
More terms from Charles R Greathouse IV, Sep 25 2008
STATUS
approved