A089282 Number of distinct prime factors of floor(Pi*10^n), Pi=3.14...
1, 1, 2, 2, 3, 1, 2, 3, 5, 3, 4, 2, 3, 3, 3, 3, 5, 2, 6, 5, 4, 6, 7, 6, 3, 4, 8, 3, 4, 6, 4, 6, 7, 2, 4, 4, 6, 1, 5, 2, 4, 5, 3, 5, 4, 6, 5, 3, 7, 3, 5, 5, 3, 6, 7, 5, 4, 5, 4, 6, 5, 7, 3, 5, 4, 6, 5, 5, 3, 4, 7, 8, 6, 6, 6, 5, 5, 6, 8, 5, 5, 4, 7, 7, 5, 6, 4
Offset: 0
Keywords
Examples
n=6: floor(Pi*10^6) = 3141592 = 2*2*2*392699: a(6)=2.
Links
- Tyler Busby, Table of n, a(n) for n = 0..200
Programs
-
Mathematica
Table[PrimeNu[Floor[Pi 10^n]],{n,0,80}] (* Harvey P. Dale, Dec 19 2022 *)
Extensions
More terms from Ray Chandler, Oct 31 2003
a(81)-a(86) from Tyler Busby, Mar 14 2025