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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144015 E.g.f. A(x) = 1/(1 - sin 4x)^(1/4). 1
1, 1, 5, 29, 265, 3001, 42125, 696149, 13296145, 287706481, 6959431445, 186061833869, 5448382252825, 173418192216361, 5961442393047965, 220112963745653189, 8687730877758518305, 365023930617143804641 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

E.g.f. satisfies: A^2/A(-x)^2 = 1/cos(4*x) + tan(4*x).

E.g.f. satisfies: A(x) = exp( Integral A^2/A(-x)^2 dx).

Row sums of A186492 - Peter Bala, Feb 22 2011.

EXAMPLE

E.g.f.: A(x) = 1 + x + 5*x^2/2! + 29*x^3/3! + 265*x^4/4! + 3001*x^5/5! +...

log(A(x)) = x + 4*x^2/2! + 16*x^3/3! + 128*x^4/4! + 1280*x^5/5! +...

A^2/A(-x)^2 = 1 + 4*x + 16*x^2/2! + 128*x^3/3! +...+ 4^n*A000111(n)*x^n/n! +...

PROG

(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=0, n, A=exp(intformal(A^2/subst(A^2, x, -x)))); n!*polcoeff(A, n)}

CROSSREFS

Cf. A000111, A001586, A007788, A186492.

Sequence in context: A000354 A103815 A134752 * A181356 A177440 A112799

Adjacent sequences:  A144012 A144013 A144014 * A144016 A144017 A144018

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Sep 09 2008

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 15 08:17 EST 2012. Contains 205727 sequences.