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!)
A275795 The x members of the positive proper solutions (x = x2(n), y = y2(n)) of the second class for the Pell equation x^2 - 2*y^2 = +7^2. 4
11, 57, 331, 1929, 11243, 65529, 381931, 2226057, 12974411, 75620409, 440748043, 2568867849, 14972459051, 87265886457, 508622859691, 2964471271689, 17278204770443, 100704757350969, 586950339335371, 3420997278661257, 19939033332632171, 116213202717131769 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
For details and the Nagell reference see A275793.
The y2(n) members are given in A275795(n).
LINKS
FORMULA
a(n) = 57*S(n-1,6) - 11*S(n-2,6) with the Chebyshev polynomials S(n, 6) = A001109(n+1), n >= -1, with S(-2, 6) = -1.
O.g.f.: (11 - 9*x)/(1 - 6*x + x^2).
a(n) = 6*a(n-1) - a(n-2), n >= 1, with a(-1) = 9 and a(0) = 11.
a(n) = (((3-2*sqrt(2))^n*(-12+11*sqrt(2))+(3+2*sqrt(2))^n*(12+11*sqrt(2)))) / (2*sqrt(2)). - Colin Barker, Sep 28 2016
MATHEMATICA
LinearRecurrence[{6, -1}, {11, 57}, 30] (* Harvey P. Dale, Sep 01 2022 *)
PROG
(PARI) a(n) = round((((3-2*sqrt(2))^n*(-12+11*sqrt(2))+(3+2*sqrt(2))^n*(12+11*sqrt(2)))) / (2*sqrt(2))) \\ Colin Barker, Sep 28 2016
(PARI) Vec((11-9*x)/(1-6*x+x^2) + O(x^30)) \\ Colin Barker, Oct 09 2016
CROSSREFS
Sequence in context: A187693 A200529 A289255 * A014470 A285448 A048366
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Sep 27 2016
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 June 9 04:57 EDT 2024. Contains 373227 sequences. (Running on oeis4.)