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!)
A086294 Sum of distinct prime factors of 7-smooth numbers. 2
0, 2, 3, 2, 5, 5, 7, 2, 3, 7, 5, 9, 8, 2, 5, 7, 10, 5, 5, 3, 9, 10, 2, 12, 5, 7, 12, 8, 5, 7, 7, 5, 9, 10, 10, 2, 14, 5, 8, 7, 3, 12, 10, 5, 9, 7, 15, 5, 9, 10, 5, 12, 2, 8, 14, 5, 10, 10, 7, 5, 12, 12, 10, 10, 5, 9, 7, 17, 5, 9, 8, 10, 3, 12, 7, 12, 2, 10, 14, 5, 12, 10, 15, 7, 5, 12, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A008472(A002473(n)).
MATHEMATICA
sumPrimes[1] = 0; sumPrimes[n_] := Plus @@ First[Transpose[FactorInteger[n]]]; sumPrimes/@Select[Range[500], Max[Transpose[FactorInteger[#]][[1]]] <= 7 &] (* Amiram Eldar, Jan 06 2020 *)
dpf7[n_]:=Module[{fi=FactorInteger[n][[All, 1]]}, If[Max[fi]<11, Total[ fi], Nothing]]; Join[{0}, Array[dpf7, 400, 2]] (* Harvey P. Dale, Feb 26 2022 *)
CROSSREFS
Sequence in context: A367476 A141346 A095402 * A361632 A075860 A361630
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 15 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 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)