[go: up one dir, main page]

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!)
Revision History for A225925 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A225925 G.f.: exp( Sum_{n>=1} A002129(n^2)*x^n/n ), where A002129(n) is the excess of sum of odd divisors of n over sum of even divisors of n.
(history; published version)
#8 by Paul D. Hanna at Mon May 20 23:29:12 EDT 2013
STATUS

editing

approved

#7 by Paul D. Hanna at Mon May 20 23:29:09 EDT 2013
NAME

G.f.: exp( Sum_{n>=1} A002129(n^2)*x^n/n ), where exp( Sum_{n>=1} A002129(n)*x^n/n ) = Sum_{n>=0} x^() is the excess of sum of odd divisors of n*( over sum of even divisors of n+1)/2)..

COMMENTS

A002129(n) is the excess of sum of odd divisors of n over sum of even divisors of n.

Compare to: Sum_{n>=0} x^(n*(n+1)/2) = exp( Sum_{n>=1} A002129(n)*x^n/n ).

STATUS

approved

editing

#6 by Paul D. Hanna at Mon May 20 23:22:37 EDT 2013
STATUS

editing

approved

#5 by Paul D. Hanna at Mon May 20 23:22:32 EDT 2013
CROSSREFS

Cf. A224340, A224339, A002129; variant: A215603.

STATUS

approved

editing

#4 by Paul D. Hanna at Mon May 20 23:18:58 EDT 2013
STATUS

editing

approved

#3 by Paul D. Hanna at Mon May 20 23:18:54 EDT 2013
NAME

G.f.: exp( Sum_{n>=1} A002129(n^2)*x^n/n ), where exp( Sum_{n>=1} A002129(n)*x^n/n ) = Sum_{n>=0} x^(n*(n+1)/2).

COMMENTS

A002129(n) is the excess of sum of odd divisors of n over sum of even divisors of n.

LINKS

Paul D. Hanna, <a href="/A225925/b225925.txt">Table of n, a(n) for n = 0..1000</a>

EXAMPLE

G.f.: A(x) = 1 + x - 2*x^2 + 2*x^3 - x^4 - 7*x^5 + 8*x^6 - 14*x^7 + x^8 +...

PROG

((PARI) {A002129(n)=if(n<1, 0, -sumdiv(n, d, (-1)^d*d))}

CROSSREFS

Cf. A224340, A224339, A002129.

#2 by Paul D. Hanna at Mon May 20 23:15:08 EDT 2013
NAME

allocated for Paul D. Hanna

G.f.: exp( Sum_{n>=1} A002129(n^2)*x^n/n ), where exp( Sum_{n>=1} A002129(n)*x^n/n ) = Sum_{n>=0} x^(n*(n+1)/2).

DATA

1, 1, -2, 2, -1, -7, 8, -14, 1, 11, -23, 43, -54, 38, 17, -55, 162, -198, 257, -175, 69, 141, -518, 764, -1049, 1215, -1241, 549, 161, -1625, 3192, -5176, 6782, -7568, 7267, -4263, -788, 8394, -17866, 29782, -39041, 46101, -45857, 36551, -14591, -20937, 70638, -129520, 190994, -245846, 280560

OFFSET

0,3

COMMENTS

A002129(n) is the excess of sum of odd divisors of n over sum of even divisors of n.

EXAMPLE

G.f.: A(x) = 1 + x - 2*x^2 + 2*x^3 - x^4 - 7*x^5 + 8*x^6 - 14*x^7 + x^8 +...

where

log(A(x)) = x - 5*x^2/2 + 13*x^3/3 - 29*x^4/4 + 31*x^5/5 - 65*x^6/6 + 57*x^7/7 - 125*x^8/8 + 121*x^9/9 - 155*x^10/10 +...+ A002129(n^2)*x^n/n +...

PROG

(PARI) {A002129(n)=if(n<1, 0, -sumdiv(n, d, (-1)^d*d))}

{a(n)=polcoeff(exp(sum(k=1, n, A002129(k^2)*x^k/k)+x*O(x^n)), n)}

for(n=0, 50, print1(a(n), ", "))

CROSSREFS

Cf. A224340, A224339, A002129.

KEYWORD

allocated

sign

AUTHOR

Paul D. Hanna, May 20 2013

STATUS

approved

editing

#1 by Paul D. Hanna at Mon May 20 23:12:07 EDT 2013
NAME

allocated for Paul D. Hanna

KEYWORD

allocated

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 August 29 06:09 EDT 2024. Contains 375510 sequences. (Running on oeis4.)