cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A089285 Sum of divisors of floor(Pi*10^n), Pi=3.14...

Original entry on oeis.org

4, 32, 474, 4550, 38688, 314160, 5890500, 47154384, 627314688, 4227938208, 44474529792, 471238898040, 3384209127992, 31609375538016, 321468276096000, 3397292023738536, 63981878014882800, 314159266666564480, 6855058424082419712, 61964634989789392896
Offset: 0

Views

Author

Reinhard Zumkeller, Oct 30 2003

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.
		

Crossrefs

Formula

a(n) = A000203(A011545(n)).

Extensions

a(18)-a(19) from Tyler Busby, Mar 14 2025