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!)
A081234 Let p = n-th prime, take smallest solution (x,y) to the Pellian equation x^2 - p*y^2 = 1 with x and y >= 1; sequence gives value of y. 4
2, 1, 4, 3, 3, 180, 8, 39, 5, 1820, 273, 12, 320, 531, 7, 9100, 69, 226153980, 5967, 413, 267000, 9, 9, 53000, 6377352, 20, 22419, 93, 15140424455100, 113296, 419775, 927, 519712, 6578829, 2113761020, 140634693, 3726964292220, 5019135, 13, 190060 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
MATHEMATICA
PellSolve[(m_Integer)?Positive] := Module[{cf, n, s}, cf = ContinuedFraction[ Sqrt[m]]; n = Length[Last[cf]]; If[OddQ[n], n = 2*n]; s = FromContinuedFraction[ ContinuedFraction[ Sqrt[m], n]]; {Numerator[s], Denominator[s]}]; Table[ PellSolve[ Prime[n]][[2]], {n, 40}] (* Robert G. Wilson v, Jul 22 2005 *)
CROSSREFS
Values of x are in A081233. Equals A002349(p). Cf. A082393.
Sequence in context: A348684 A159573 A102916 * A105239 A261366 A283166
KEYWORD
easy,nonn
AUTHOR
N. J. A. Sloane, Apr 18 2003
EXTENSIONS
More terms (a(8) - a(40)) from Robert G. Wilson v, Jul 22 2005
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 March 29 05:48 EDT 2024. Contains 371265 sequences. (Running on oeis4.)