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!)
A176384 y-values in the solution to x^2-73*y^2=1. 2
0, 267000, 1218186966000, 5557975596000801000, 25358252540801244373932000, 115696976500895037877980001335000, 527867223891355250275667198886560898000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding values of x of this Pell equation are in A176382.
LINKS
FORMULA
a(n) = 4562498*a(n-1)-a(n-2) with a(1)=0, a(2)=267000.
G.f.: 267000*x^2/(1-4562498*x+x^2).
MATHEMATICA
LinearRecurrence[{4562498, -1}, {0, 267000}, 20]
PROG
(Magma) I:=[0, 267000]; [n le 2 select I[n] else 4562498*Self(n-1)-Self(n-2): n in [1..10]];
CROSSREFS
Cf. A176382.
Sequence in context: A043629 A234182 A075466 * A235821 A203793 A231197
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 07:44 EDT 2024. Contains 371922 sequences. (Running on oeis4.)