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!)
A176382 x-values in the solution to x^2-73*y^2=1. 2
1, 2281249, 10408194000001, 47487364308614281249, 216661004683313632776000001, 988515400545561595548925838281249, 4510099537958107027564099725673746000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding values of y of this Pell equation are in A176384.
LINKS
FORMULA
a(n) = 4562498*a(n-1)-a(n-2) with a(1)=1, a(2)=2281249.
G.f.: x*(1-2281249*x)/(1-4562498*x+x^2).
MATHEMATICA
LinearRecurrence[{4562498, -1}, {1, 2281249}, 30]
PROG
(Magma) I:=[1, 2281249]; [n le 2 select I[n] else 4562498*Self(n-1)-Self(n-2): n in [1..10]];
CROSSREFS
Cf. A176384.
Sequence in context: A089445 A089446 A204603 * A347937 A339937 A092017
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)