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!)
A144943 a(n) = number of divisors of n^3 (excluding 1 and n^3). 3
0, 2, 2, 5, 2, 14, 2, 8, 5, 14, 2, 26, 2, 14, 14, 11, 2, 26, 2, 26, 14, 14, 2, 38, 5, 14, 8, 26, 2, 62, 2, 14, 14, 14, 14, 47, 2, 14, 14, 38, 2, 62, 2, 26, 26, 14, 2, 50, 5, 26, 14, 26, 2, 38, 14, 38, 14, 14, 2, 110, 2, 14, 26, 17, 14, 62, 2, 26, 14, 62, 2, 68, 2, 14, 26, 26, 14, 62, 2, 50 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
For n > 1, a(n) = A048785(n) - 2. - Antti Karttunen, May 19 2017
MATHEMATICA
Join[{0}, (DivisorSigma[0, #]-2)&/@(Range[2, 90]^3)] (* Harvey P. Dale, Apr 02 2011 *)
PROG
(PARI) A144943(n) = if(1==n, 0, numdiv(n^3)-2); \\ Antti Karttunen, May 19 2017
CROSSREFS
Sequence in context: A303073 A068058 A192233 * A114976 A085483 A271654
KEYWORD
nonn
AUTHOR
Mark Taggart (mt2612f(AT)aol.com), Sep 26 2008
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 17 10:20 EDT 2024. Contains 372594 sequences. (Running on oeis4.)