login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099777 Number of divisors of 2n. 1
2, 3, 4, 4, 4, 6, 4, 5, 6, 6, 4, 8, 4, 6, 8, 6, 4, 9, 4, 8, 8, 6, 4, 10, 6, 6, 8, 8, 4, 12, 4, 7, 8, 6, 8, 12, 4, 6, 8, 10, 4, 12, 4, 8, 12, 6, 4, 12, 6, 9, 8, 8, 4, 12, 8, 10, 8, 6, 4, 16, 4, 6, 12, 8, 8, 12, 4, 8, 8, 12, 4, 15, 4, 6, 12, 8, 8, 12, 4, 12, 10, 6, 4, 16, 8, 6, 8, 10, 4, 18, 8, 8, 8, 6, 8 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

Moebius transform is period 2 sequence [2, 1, ...]. - Michael Somos Sep 20 2005

G.f.: Sum_{k>0} x^k(2+x^k)/(1-x^(2k)) = Sum_{k>0} 2*x^(2k-1)/(1-x^(2k-1))+x^(2k)/(1-x^(2k)) . - Michael Somos Sep 20 2005

EXAMPLE

Example: a(7)=4 because the divisors of 14 are: 1,2,7 and 14.

MAPLE

with(numtheory): seq(tau(2*n), n=1..100);

MATHEMATICA

DivisorSigma[0, 2*Range[100]] (* From Vladimir Joseph Stephan Orlovsky, Jul 20 2011 *)

PROG

(PARI) a(n)=if(n<1, 0, numdiv(2*n)) /* Michael Somos Sep 20 2005 */

CROSSREFS

Bisection of A000005.

Cf. A000005, A099774.

Sequence in context: A029085 A087875 A195848 * A131798 A114212 A108355

Adjacent sequences:  A099774 A099775 A099776 * A099778 A099779 A099780

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Nov 19 2004

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Dec 03 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 14:50 EST 2012. Contains 206050 sequences.