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!)
A193619 G.f. A(x) satisfies: A(x)^-2 + A(-x)^-2 = 2 and A(x)^2 - A(-x)^2 = -8*x. 9
1, -2, 6, 12, -122, -316, 4124, 11608, -169018, -495724, 7676596, 23075112, -371737956, -1135805144, 18808209528, 58139400112, -982459035322, -3063548374604, 52579900855620, 165071778169864, -2868211199377740, -9053503669975944 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: ( (sqrt(1+64*x^2) + 1)*(sqrt(1+64*x^2) - 8*x)/2 )^(1/4).
G.f. A(x) = 1/G(x) where G(x) is the g.f. of A193618.
EXAMPLE
G.f.: A(x) = 1 - 2*x + 6*x^2 + 12*x^3 - 122*x^4 - 316*x^5 + 4124*x^6 +...
where
A(x)^2 = 1 - 4*x + 16*x^2 - 256*x^4 + 8192*x^6 - 327680*x^8 +...
and
A(x)^-2 = 1 + 4*x - 64*x^3 + 2048*x^5 - 81920*x^7 + 3670016*x^9 +...
PROG
(PARI) {a(n)=local(Ox=x*O(x^n), A=((sqrt(1+64*x^2+Ox)+1)*(sqrt(1+64*x^2+Ox)-8*x)/2)^(1/4)); polcoeff(A, n)}
(PARI) N=40; x='x+O('x^N); Vec(sqrt((1-8*x+sqrt(1+64*x^2))/2)) \\ Seiichi Manyama, Aug 26 2020
CROSSREFS
Cf. A193618.
Sequence in context: A089423 A062349 A325504 * A290406 A371042 A319481
KEYWORD
sign
AUTHOR
Paul D. Hanna, Aug 01 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 27 15:53 EDT 2024. Contains 372019 sequences. (Running on oeis4.)