login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A042505
Denominators of continued fraction convergents to sqrt(780).
2
1, 1, 13, 14, 769, 783, 10165, 10948, 601357, 612305, 7949017, 8561322, 470260405, 478821727, 6216121129, 6694942856, 367743035353, 374437978209, 4860998773861, 5235436752070, 287574583385641, 292810020137711, 3801294825038173, 4094104845175884
OFFSET
0,3
FORMULA
G.f.: -(x^2-x-1)*(x^4+14*x^2+1) / ((x^4-28*x^2+1)*(x^4+28*x^2+1)). - Colin Barker, Dec 16 2013
MATHEMATICA
Denominator[Convergents[Sqrt[780], 30]] (* Vincenzo Librandi, Jan 23 2014 *)
LinearRecurrence[{0, 0, 0, 782, 0, 0, 0, -1}, {1, 1, 13, 14, 769, 783, 10165, 10948}, 30] (* Harvey P. Dale, Apr 18 2023 *)
CROSSREFS
Sequence in context: A041361 A041362 A041835 * A156371 A229957 A070640
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Dec 16 2013
STATUS
approved