The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A356425 Sum of divisors of numbers of least prime signature: a(n) = A000203(A025487(n)). 1
1, 3, 7, 12, 15, 28, 31, 60, 72, 63, 91, 124, 168, 127, 195, 252, 360, 255, 403, 546, 508, 576, 600, 744, 511, 819, 1170, 1020, 1344, 1240, 1512, 1023, 1651, 2418, 2044, 2880, 2520, 2821, 3048, 2047, 3600, 3315, 4368, 3751, 4914, 4092, 5952, 5080, 6045, 6120 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This sequence is to A146288 as sigma (A000203, the sum of divisors function) is to tau (A000005, the number of divisors function).
LINKS
MATHEMATICA
s = {1}; Do[If[GreaterEqual @@ (f = FactorInteger[n])[[;; , 2]] && PrimePi[f[[-1, 1]]] == Length[f], AppendTo[s, DivisorSigma[1, n]]], {n, 2, 2000}]; s (* Amiram Eldar, Dec 12 2022 *)
CROSSREFS
Sequence in context: A033015 A225574 A317305 * A096998 A356353 A317307
KEYWORD
nonn
AUTHOR
Hal M. Switkay, Dec 11 2022
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 May 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)