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!)
A152674 Number of divisors of the numbers that are not squares. 2
2, 2, 2, 4, 2, 4, 4, 2, 6, 2, 4, 4, 2, 6, 2, 6, 4, 4, 2, 8, 4, 4, 6, 2, 8, 2, 6, 4, 4, 4, 2, 4, 4, 8, 2, 8, 2, 6, 6, 4, 2, 10, 6, 4, 6, 2, 8, 4, 8, 4, 4, 2, 12, 2, 4, 6, 4, 8, 2, 6, 4, 8, 2, 12, 2, 4, 6, 6, 4, 8, 2, 10, 4, 2, 12, 4, 4, 4, 8, 2, 12, 4, 6, 4, 4, 4, 12, 2, 6, 6, 2, 8, 2, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Even members of A000005.
LINKS
FORMULA
a(n) = A000005(A000037(n)).
a(n) = 2*A095686(n). - Amiram Eldar, Dec 02 2023
MATHEMATICA
Select[DivisorSigma[0, Range[100]], EvenQ] (* Amiram Eldar, Dec 02 2023 *)
PROG
(PARI) lista(kmax) = for(k = 1, kmax, if(!issquare(k), print1(numdiv(k), ", "))); \\ Amiram Eldar, Dec 02 2023
CROSSREFS
Sequence in context: A161841 A335901 A366438 * A072056 A356831 A066012
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, Dec 10 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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)