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!)
A178595 Natural numbers sorted by the sum of square roots of prime factors. 2
1, 2, 3, 5, 7, 4, 6, 11, 9, 13, 10, 15, 14, 17, 8, 19, 21, 25, 12, 22, 23, 18, 35, 26, 33, 20, 27, 49, 39, 30, 29, 28, 34, 55, 31, 16, 45, 38, 42, 65, 51, 50, 77, 24, 37, 57, 63, 44, 75, 46, 91, 36, 70, 85, 41, 52, 66, 40, 69, 43, 95, 54, 105, 121, 98, 125, 78, 119, 99, 60, 58 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Prime factors counted with multiplicity. - Harvey P. Dale, May 20 2023
LINKS
FORMULA
For n >= 1, Sum_{k=1..A001222(a(n))} sqrt(A027746(a(n),k)) < Sum_{k=1..A001222(a(n+1))} sqrt(A027746(a(n+1),k)). - Peter Munn, Aug 17 2022
MATHEMATICA
SortBy[Table[{n, Total[N[Sqrt[Flatten[Table[#[[1]], #[[2]]]&/@FactorInteger[n]]]]]}, {n, 150}], Last][[;; , 1]] (* Harvey P. Dale, May 20 2023 *)
CROSSREFS
Similarly defined sequences: A064364, A168521.
Sequence in context: A239694 A097883 A290020 * A098284 A082196 A292876
KEYWORD
nonn
AUTHOR
Joonas Pohjonen, May 30 2010
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)