cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A307169 First class of all proper positive solutions y1(n) = a(n) of the Pell equation x^2 - 7*y^2 = 9.

Original entry on oeis.org

4, 65, 1036, 16511, 263140, 4193729, 66836524, 1065190655, 16976213956, 270554232641, 4311891508300, 68719709900159, 1095203466894244, 17454535760407745, 278177368699629676, 4433383363433667071, 70655956446239043460, 1126061919776391028289, 17946334759976017409164
Offset: 1

Views

Author

Wolfdieter Lang, Mar 27 2019

Keywords

Comments

The corresponding x1 solutions are given in A307168.
For details see A307168.

Crossrefs

Formula

G.f.: x*(4 + x)/(1 - 16*x + x^2).
a(n) = -S(n, 16) + 20*S(n-1, 16) for n >= 1, with S(n,16) = A077412(n).
a(n) = sqrt((A307168(n)^2 - 9)/7) for n >= 1.