A089285 Sum of divisors of floor(Pi*10^n), Pi=3.14...
4, 32, 474, 4550, 38688, 314160, 5890500, 47154384, 627314688, 4227938208, 44474529792, 471238898040, 3384209127992, 31609375538016, 321468276096000, 3397292023738536, 63981878014882800, 314159266666564480, 6855058424082419712, 61964634989789392896
Offset: 0
Keywords
Examples
n=4: floor(Pi*10^4) = 31415 with divisors: {1, 5, 61, 103, 305, 515, 6283, 31415}: a(4) = 1 + 5 + 61 + 103 + 305 + 515 + 6283 + 31415 = 38688.
Links
- Tyler Busby, Table of n, a(n) for n = 0..200
Extensions
a(18)-a(19) from Tyler Busby, Mar 14 2025