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!)
A089286 Sum of distinct prime factors of floor(Pi*10^n), Pi=3.14.... 3
3, 31, 159, 352, 169, 314159, 392701, 10166, 7995, 9787003, 28954814, 157079632681, 68250087, 4349287, 67757089, 1002742628275, 1230782, 1307585156, 14846149, 1296180, 1024025943, 452477425, 1492388104 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = A008472(A011545(n)).
EXAMPLE
n=6: floor(Pi*10^6) = 3141592 = 2*2*2*392699: a(6) = 2 + 392699 = 392701.
MATHEMATICA
Table[Total[FactorInteger[Floor[Pi 10^n]][[;; , 1]]], {n, 0, 30}] (* Harvey P. Dale, Sep 02 2023 *)
CROSSREFS
Sequence in context: A227049 A078604 A195603 * A089287 A125085 A349199
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, 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 30 20:43 EDT 2024. Contains 372141 sequences. (Running on oeis4.)