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!)
A223898 E.g.f.: A(x) = Sum_{n>=0} (-log(1 - sin(n*x)))^n/n!. 2
1, 1, 5, 52, 856, 20085, 628312, 25055966, 1233216256, 73098133289, 5118532806056, 416870672801592, 38985244916105216, 4141541451563589853, 495220504149290732672, 66125635675588398919594, 9792116564535122048290816, 1598380441085583646763663697 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
E.g.f.: A(x) = 1 + x + 5*x^2/2! + 52*x^3/3! + 856*x^4/4! + 20085*x^5/5! +...
where
A(x) = 1 - log(1-sin(x)) + log(1-sin(2*x))^2/2! - log(1-sin(3*x))^3/3! + log(1-sin(4*x))^4/4! - log(1-sin(5*x))^5/5! + log(1-sin(6*x))^6/6! +...
PROG
(PARI) {a(n)=local(A=1+x); for(i=1, n, A=1+sum(m=1, n, (-log(1-sin(m*x+x*O(x^n))))^m/m!)); n!*polcoeff(A, n)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A357346 A196531 A108459 * A210096 A076281 A099977
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 28 2013
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)