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.

A089282 Number of distinct prime factors of floor(Pi*10^n), Pi=3.14...

Original entry on oeis.org

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

Views

Author

Reinhard Zumkeller, Oct 30 2003

Keywords

Examples

			n=6: floor(Pi*10^6) = 3141592 = 2*2*2*392699: a(6)=2.
		

Crossrefs

Programs

  • Mathematica
    Table[PrimeNu[Floor[Pi 10^n]],{n,0,80}] (* Harvey P. Dale, Dec 19 2022 *)

Formula

a(n) = A001221(A011545(n)).

Extensions

More terms from Ray Chandler, Oct 31 2003
a(81)-a(86) from Tyler Busby, Mar 14 2025