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!)
A176364 y-values in the solution to x^2-61*y^2=1. 2
0, 226153980, 798920165762330040, 2822295814832482312327709940, 9970149719303180503641083029374964080, 35220930741174421456911021812718768924061809900 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding values of x of this Pell equation are in A174762.
LINKS
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
FORMULA
a(n) = 3532638098*a(n-1)-a(n-2) with a(1)=0, a(2)=226153980.
G.f.: 226153980*x^2/(1-3532638098*x+x^2).
MATHEMATICA
LinearRecurrence[{3532638098, -1}, {0, 226153980}, 20]
PROG
(Magma) I:=[0, 226153980]; [n le 2 select I[n] else 3532638098*Self(n-1)-Self(n-2): n in [1..10]];
CROSSREFS
Cf. A174762.
Sequence in context: A206044 A321147 A336679 * A283073 A328374 A322061
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 May 18 00:50 EDT 2024. Contains 372608 sequences. (Running on oeis4.)