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!)
A184942 E.g.f.: 1/( cos(log(1-x)) + sin(log(1-x)) ). 0
1, 1, 4, 22, 162, 1490, 16440, 211580, 3111620, 51477860, 946225200, 19131604600, 421979473800, 10083011777800, 259461056701600, 7153463299918000, 210372376616298000, 6573394764766154000, 217477401066324360000, 7594856249571370364000, 279190943147187411860000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Compare e.g.f. to 1/(cosh(log(1-x)) + sinh(log(1-x))) = 1/(1-x).
LINKS
FORMULA
a(n) ~ n! /(sqrt(2)*exp(Pi/4)*(1-exp(-Pi/4))^(n+1)). - Vaclav Kotesovec, Oct 18 2013
EXAMPLE
E.g.f.: A(x) = 1 + x + 4*x^2/2! + 22*x^3/3! + 162*x^4/4! + 1490*x^5/5! +...
where 1/A(1-exp(x)) = cos(x) + sin(x).
MATHEMATICA
CoefficientList[Series[1/(Cos[Log[1-x]] + Sin[Log[1-x]]), {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Oct 18 2013 *)
PROG
(PARI) {a(n)=n!*polcoeff(1/(cos(log(1-x+x*O(x^n)))+sin(log(1-x+x*O(x^n)))), n)}
CROSSREFS
Sequence in context: A087547 A218678 A346968 * A000779 A053144 A089464
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 21 2011
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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)