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!)
A089284 Number of divisors of floor(Pi*10^n), Pi=3.14... 3
2, 2, 4, 6, 8, 2, 8, 8, 48, 8, 16, 4, 8, 8, 8, 8, 72, 4, 64, 96, 16, 64, 128, 128, 8, 24, 256, 8, 32, 64, 16, 64, 192, 4, 24, 40, 96, 2, 32, 4, 16, 48, 8, 32, 16, 64, 48, 8, 320, 8, 32, 48, 8, 64, 192, 48, 16, 32, 16, 64, 96, 128, 8, 120, 16, 64, 32, 48, 8, 32, 192, 512, 64, 96, 144 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A000005(A011545(n)).
EXAMPLE
For n=4: floor(Pi*10^4)=31415 has divisors: 1,5,61,103,305,515,6283,31415; a(4)=8.
MATHEMATICA
Table[ DivisorSigma[ 0, Floor[ Pi*10^n]], {n, 0, 10}] (* Robert G. Wilson v, Oct 30 2003 *)
PROG
(PARI) A089284(n)=numdiv(Pi\.1^n) \\ M. F. Hasler, Nov 01 2012
CROSSREFS
Sequence in context: A046639 A178702 A265992 * A297106 A357877 A299925
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Oct 30 2003
EXTENSIONS
More terms from Robert G. Wilson v and Ray Chandler, Oct 30 2003
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)