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!)
A128200 Numbers of divisors of semiprime powers: A000005(A085155(n)). 4
1, 3, 4, 3, 4, 4, 4, 5, 4, 4, 3, 4, 4, 4, 4, 9, 4, 4, 4, 3, 4, 4, 4, 4, 4, 7, 4, 4, 4, 4, 5, 4, 4, 4, 4, 4, 4, 4, 4, 9, 4, 4, 4, 4, 4, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 4, 4, 4, 4, 4, 4, 9, 4, 4, 4, 4, 4, 4, 4, 4, 4, 16, 4, 4, 4, 4, 9, 4, 4, 4, 4, 4, 4, 4, 9, 4, 4, 4, 4, 4, 4, 4, 3, 4, 4, 4, 4, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The range of this sequence is the union of squares and the odd numbers: A128201.
LINKS
FORMULA
a(n) = (1+A001222(A085155(n))/A001221(A085155(n)))^A001221(A085155(n)).
MATHEMATICA
sppQ[n_] := With[{f = FactorInteger[n][[All, 2]]}, n == 1 || Length[f] == 1 && EvenQ[f[[1]]] || Length[f] == 2 && f[[1]] == f[[2]]];
DivisorSigma[0, #]& /@ Select[Range[1000], sppQ] (* Jean-François Alcover, Nov 21 2020 *)
CROSSREFS
Sequence in context: A276867 A100867 A220196 * A258168 A061988 A094151
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 04 2007
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 24 15:37 EDT 2024. Contains 371960 sequences. (Running on oeis4.)