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!)
A176376 y-values in the solution to x^2-69*y^2=1. 2
0, 936, 14554800, 226327139064, 3519386997890400, 54726467590868580936, 850996567518619435664400, 13232996570188064633712839064 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding values of x of this Pell equation are in A176375.
LINKS
FORMULA
a(n) = 15550*a(n-1)-a(n-2) with a(1)=0, a(2)=936.
G.f.: 936*x^2/(1-15550*x+x^2).
MATHEMATICA
LinearRecurrence[{15550, -1}, {0, 936}, 20]
PROG
(Magma) I:=[0, 936]; [n le 2 select I[n] else 15550*Self(n-1)-Self(n-2): n in [1..10]];
CROSSREFS
Cf. A176375.
Sequence in context: A206835 A206897 A207287 * A031902 A204072 A259641
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)