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!)
A257454 E.g.f.: S(x) = Sum_{n>=0} sin((2*n+1)*x) * x^n / (1 - x^(2*n+1)). 2
1, 8, 35, 80, -959, -31176, -434029, -2353376, 47273761, 2216299240, 54409114979, 709671322224, -7010555032415, -769095804780520, -27981768126212461, -591718277116485568, 773179823364059329, 753403954307904026568, 40453080644744591090723, 1239578120382146959699600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f. S(x) satisfies:
(1) C(x)^2 + S(x)^2 = R(x)^2, which is an o.g.f. of A008438, the sum of divisors of the positive odd numbers,
(2) S(x) * (S(x)/R(x))' = - C(x) * (C(x)/R(x))',
where
(a) R(x) = [ Sum_{n>=0} x^(n*(n+1)) ]^2, and
(b) C(x) = Sum_{n>=0} cos((2*n+1)*x) * x^n / (1 + x^(2*n+1)), the e.g.f. of A257453.
EXAMPLE
E.g.f.: S(x) = x + 8*x^2/2! + 35*x^3/3! + 80*x^4/4! - 959*x^5/5! +...
where
S(x) = sin(x)/(1-x) + sin(3*x)*x/(1-x^3) + sin(5*x)*x^2/(1-x^5) + sin(7*x)*x^3/(1-x^7) + sin(9*x)*x^4/(1-x^9) + sin(11*x)*x^5/(1-x^11) +...
RELATED SERIES.
The dual series
C(x) = cos(x)/(1+x) + cos(3*x)*x/(1+x^3) + cos(5*x)*x^2/(1+x^5) + cos(7*x)*x^3/(1+x^7) + cos(9*x)*x^4/(1+x^9) + cos(11*x)*x^5/(1+x^11) +...
C(x) = 1 + 3*x^2/2! - 24*x^3/3! - 287*x^4/4! - 2480*x^5/5! +...
is related by
C(x)^2 + S(x)^2 = R(x)^2 = 1 + 4*x^2 + 6*x^4 + 8*x^6 + 13*x^8 + 12*x^10 + 14*x^12 + 24*x^14 + 18*x^16 + 20*x^18 + 32*x^20 +...
such that
R(x)^(1/2) = 1 + x^2 + x^6 + x^12 + x^20 + x^30 + x^42 +...+ x^(n^2+n) +...
The squares of these related series begin:
C(x)^2 = 1 + 6*x^2/2! - 48*x^3/3! - 520*x^4/4! - 6400*x^5/5! - 26432*x^6/6! + 562688*x^7/7! + 24746752*x^8/8! +...
S(x)^2 = 2*x^2/2! + 48*x^3/3! + 664*x^4/4! + 6400*x^5/5! + 32192*x^6/6! - 562688*x^7/7! - 24222592*x^8/8! +...
The normalized series begin
C(x)/R(x) = 1 - x^2/2! - 24*x^3/3! - 287*x^4/4! - 1520*x^5/5! + 10079*x^6/6! + 344344*x^7/7! + 5979457*x^8/8! +...
S(x)/R(x) = x + 8*x^2/2! + 23*x^3/3! - 112*x^4/4! - 1999*x^5/5! - 27336*x^6/6! - 295513*x^7/7! + 573856*x^8/8! +...
where (C(x)/R(x))^2 + (S(x)/R(x))^2 = 1.
PROG
(PARI) {a(n)=local(A = sum(m=0, n, sin((2*m+1)*x +x*O(x^n)) * x^m/(1-x^(2*m+1)) )); n!*polcoeff(A, n)}
for(n=1, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A217187 A214725 A136016 * A305672 A100907 A303383
KEYWORD
sign
AUTHOR
Paul D. Hanna, Apr 23 2015
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 6 22:59 EDT 2024. Contains 372297 sequences. (Running on oeis4.)