The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A229526 The c coefficients of the transform ax^2 + (4a/k - b)x + 4a/k^2 + 2b/k + c= 0 for a,b,c = 1,-1,-1, k = 1,2,3... 2
5, 1, 1, -1, -11, -5, -31, -11, -59, -19, -95, -29, -139, -41, -191, -55, -251, -71, -319, -89, -395, -109, -479, -131, -571, -155, -671, -181, -779, -209, -895, -239, -1019, -271, -1151, -305, -1291, -341, -1439, -379, -1595, -419, -1759, -461, -1931, -505 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The positive/negative roots of ax^2 + bx + c = 0 combine with the negative/positive roots of (ck^2 - bk + c)x^2 +(2ck - b)x + c = 0 to define a point on the hyperbola kxy + x + y = 0. To shift such points (roots) to the hyperbola’s other line, put the coefficients of these equations into the formula ax^2 + (4a/k - b)x + 4a/k^2 + 2b/k + c = 0. Let a,b,c = 1,-1,-1 and k = 1,2,3... Then the coefficients given by this last equation are the sequence 1,5,5; 1,3,1; 1,7/3,1/9... Clearing fractions, the c coefficients are the sequence above.
The n-th term = the (positive) n-4th term of A229525.
LINKS
FORMULA
ax^2 + (4a/k - b)x + 4a/k^2 + 2b/k + c; a,b,c = 1,-1,-1, k = 1,2,3..n.
a(n) = 3*a(n-2)-3*a(n-4)+a(n-6). G.f.: -x*(x^5+x^4-4*x^3-14*x^2+x+5) / ((x-1)^3*(x+1)^3). - Colin Barker, Nov 02 2014
a(n) = (-5+3*(-1)^n)*(-4-2*n+n^2)/8. - Colin Barker, Nov 03 2014
EXAMPLE
For k = 5, the coefficients are 1, 9/5, -11/25. Clearing fractions gives 25, 45, -11 and -11 = a[5].
PROG
(PARI) Vec(-x*(x^5+x^4-4*x^3-14*x^2+x+5)/((x-1)^3*(x+1)^3) + O(x^100)) \\ Colin Barker, Nov 02 2014
CROSSREFS
The a coefficients are A168077, b coefficients are A171621, the sum of a, b and c coefficients is A229525.
Sequence in context: A361063 A363972 A206773 * A204007 A242404 A145295
KEYWORD
sign,easy
AUTHOR
Russell Walsmith, Sep 27 2013
EXTENSIONS
More terms from Colin Barker, Nov 02 2014
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 19 19:45 EDT 2024. Contains 372703 sequences. (Running on oeis4.)