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!)
A228207 x-values in the solution to x^2 - 20y^2 = 176. 2
14, 16, 26, 34, 64, 86, 166, 224, 434, 586, 1136, 1534, 2974, 4016, 7786, 10514, 20384, 27526, 53366, 72064, 139714, 188666, 365776, 493934, 957614, 1293136, 2507066, 3385474, 6563584, 8863286, 17183686, 23204384, 44987474, 60749866, 117778736, 159045214 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: -2*x*(x-1)*(7*x^2+15*x+7) / ((x^2-x-1)*(x^2+x-1)).
a(n) = 3*a(n-2)-a(n-4).
a(n) = 2*A228210(n). - Hugo Pfoertner, Feb 11 2024
MATHEMATICA
CoefficientList[Series[-2 (x - 1) (7 x^2 + 15 x + 7) / ((x^2 - x - 1) (x^2 + x - 1)), {x, 0, 40}], x] (* Vincenzo Librandi, Aug 17 2013 *)
LinearRecurrence[{0, 3, 0, -1}, {14, 16, 26, 34}, 50] (* Harvey P. Dale, May 25 2023 *)
PROG
(PARI) Vec(-2*x*(x-1)*(7*x^2+15*x+7)/((x^2-x-1)*(x^2+x-1)) + O(x^100))
(Magma) I:=[14, 16, 26, 34]; [n le 4 select I[n] else 3*Self(n-2)-Self(n-4): n in [1..40]]; // Vincenzo Librandi, Aug 17 2013 *)
CROSSREFS
Sequence in context: A255846 A076023 A163629 * A175887 A305885 A224402
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Aug 16 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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)