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!)
A089287 Sum of all prime factors of floor(Pi*10^n), Pi=3.14.... 3
3, 31, 159, 355, 169, 314159, 392705, 10166, 7998, 9787003, 28954814, 157079632681, 68250087, 4349287, 67757089, 1002742628275, 1230791, 1307585156, 14846149, 1296188, 1024025943, 452477425, 1492388104 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) = A001414(A011545(n)).
LINKS
EXAMPLE
n=6: floor(Pi*10^6)=3141592=2*2*2*392699: a(6)=2+2+2+392699=392705.
MATHEMATICA
sapf[n_]:=Total[Flatten[Table[#[[1]], #[[2]]]&/@FactorInteger[n]]]; sapf/@ Floor[Pi 10^Range[0, 30]] (* Harvey P. Dale, Nov 18 2018 *)
CROSSREFS
Sequence in context: A078604 A195603 A089286 * A125085 A349199 A007233
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 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)