login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A174762 x-values in the solution x^2-61*y^2=1. 2
1, 1766319049, 6239765965720528801, 22042834973108102061352541449, 77869358613928486808166555366140995201, 275084262906388245923976756042747916825335226249, 971773147303355325052564141449134520779147876502526039201 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

The corresponding values of y of this Pell equation are in A176364.

The next term has 67 digits.  [From Harvey P. Dale, Jan. 15, 2011]

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..100

Index to sequences with linear recurrences with constant coefficients, signature (3532638098,-1).

FORMULA

a(n) = 3532638098*a(n-1)-a(n-2) with a(1)=1, a(2)=1766319049.

G.f.: x*(1-1766319049*x)/(1-3532638098*x+x^2).

MATHEMATICA

LinearRecurrence[{3532638098, -1}, {1, 1766319049}, 20]

PROG

(MAGMA) I:=[1, 1766319049]; [n le 2 select I[n] else 3532638098*Self(n-1)-Self(n-2): n in [1..10]];

CROSSREFS

Cf. A176364.

Sequence in context: A015411 A034649 A211240 * A147769 A198177 A129616

Adjacent sequences:  A174759 A174760 A174761 * A174763 A174764 A174765

KEYWORD

nonn,easy

AUTHOR

Vincenzo Librandi, Apr 13 2010

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 24 11:13 EDT 2013. Contains 225619 sequences.