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!)
A330571 Square of number of unordered factorizations of n as n = i*j. 0
1, 1, 1, 4, 1, 4, 1, 4, 4, 4, 1, 9, 1, 4, 4, 9, 1, 9, 1, 9, 4, 4, 1, 16, 4, 4, 4, 9, 1, 16, 1, 9, 4, 4, 4, 25, 1, 4, 4, 16, 1, 16, 1, 9, 9, 4, 1, 25, 4, 9, 4, 9, 1, 16, 4, 16, 4, 4, 1, 36, 1, 4, 9, 16, 4, 16, 1, 9, 4, 16, 1, 36, 1, 4, 9, 9, 4, 16, 1, 25, 9, 4, 1, 36, 4, 4, 4, 16, 1, 36, 4, 9, 4, 4, 4, 36 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Unordered analog of A035116.
For background references see A330570.
LINKS
MATHEMATICA
a[n_] := Ceiling[DivisorSigma[0, n] / 2]^2; Array[a, 100] (* Amiram Eldar, Apr 19 2024 *)
PROG
(PARI) a(n) = (numdiv(n) \/ 2)^2; \\ Amiram Eldar, Apr 19 2024
CROSSREFS
Equals A038548(n)^2.
Cf. A035116.
Sequence in context: A050347 A240226 A322515 * A318281 A126114 A323458
KEYWORD
nonn,changed
AUTHOR
N. J. A. Sloane, Jan 08 2020
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 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)