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!)
A176387 y-values in the solution to x^2-74*y^2=1. 2
0, 430, 3181140, 23534073290, 174105071018280, 1288029291859162150, 9528840527069010567420, 70494360931227248318611010, 521517272640378655992073684560 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding values of x of this Pell equation are in A176386.
LINKS
FORMULA
a(n) = 7398*a(n-1)-a(n-2) with a(1)=0, a(2)=430.
G.f.: 430*x^2/(1-7398*x+x^2).
MATHEMATICA
LinearRecurrence[{7398, -1}, {0, 430}, 20]
PROG
(Magma) I:=[0, 430]; [n le 2 select I[n] else 7398*Self(n-1)-Self(n-2): n in [1..10]];
CROSSREFS
Cf. A176386.
Sequence in context: A203545 A230574 A208627 * A160518 A273807 A323047
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Apr 16 2010
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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)