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!)
A361689 The number of divisors of 2*n^2. 3
2, 4, 6, 6, 6, 12, 6, 8, 10, 12, 6, 18, 6, 12, 18, 10, 6, 20, 6, 18, 18, 12, 6, 24, 10, 12, 14, 18, 6, 36, 6, 12, 18, 12, 18, 30, 6, 12, 18, 24, 6, 36, 6, 18, 30, 12, 6, 30, 10, 20, 18, 18, 6, 28, 18, 24, 18, 12, 6, 54, 6, 12, 30, 14, 18, 36, 6, 18, 18, 36, 6, 40, 6, 12, 30, 18, 18, 36, 6, 30 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A000005(2*n^2) = 2*A078644(n).
a(n) = 2*A048691(n) if n odd, = 2*(1+A007814(n)) *A275367(n) if n even.
MAPLE
A361689 := proc(n)
numtheory[tau](2*n^2) ;
end proc:
seq(A361689(n), n=1..80) ;
PROG
(PARI) a(n) = numdiv(2*n^2); \\ Michel Marcus, Mar 21 2023
CROSSREFS
Sequence in context: A174342 A111150 A166983 * A078611 A211376 A278249
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Mar 20 2023
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 27 13:50 EDT 2024. Contains 372019 sequences. (Running on oeis4.)