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!)
A157626 a(n) = 100n^2 - 151n + 57. 3
6, 155, 504, 1053, 1802, 2751, 3900, 5249, 6798, 8547, 10496, 12645, 14994, 17543, 20292, 23241, 26390, 29739, 33288, 37037, 40986, 45135, 49484, 54033, 58782, 63731, 68880, 74229, 79778, 85527, 91476, 97625, 103974, 110523, 117272, 124221 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identity (80000*n^2-120800*n+45601)^2-(100*n.^2-151*n+57)*(8000*n-6040)^2=1 can be written as A157628(n)^2-a(n)*A157627(n)^2=1.
The continued fraction expansion of sqrt(a(n)) is [10n-8; {2, 4, 2, 20n-16}]. For n=1, this collapses to [2; {2, 4}]. - Magus K. Chu, Sep 05 2022
LINKS
Vincenzo Librandi, X^2-AY^2=1
FORMULA
a(n) = 3*a(n-1) -3*a(n-2) +a(n-3).
G.f.: x*(-6-137*x-57*x^2)/(x-1)^3.
MATHEMATICA
LinearRecurrence[{3, -3, 1}, {6, 155, 504}, 40]
PROG
(Magma) I:=[6, 155, 504]; [n le 3 select I[n] else 3*Self(n-1)-3*Self(n-2)+1*Self(n-3): n in [1..40]];
(PARI) a(n) = 100*n^2 - 151*n + 57.
CROSSREFS
Sequence in context: A092122 A285368 A003460 * A229098 A203023 A128120
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Mar 03 2009
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 March 29 06:13 EDT 2024. Contains 371265 sequences. (Running on oeis4.)