Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A114048
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A114048 x such that x^2 - 19*y^2 = 1. +0
1
1, 170, 57799, 19651490, 6681448801, 2271672940850, 772362118440199, 262600848596726810, 89283516160768675201, 30356132893812752841530, 10320995900380175197444999, 3509108249996365754378458130 (list; graph; listen)
OFFSET

0,2

COMMENT

This sequence is computed with g(1e9,19) in the pari program.

A pellian equation (Pell's equation) - Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 03 2006

LINKS

Tanya Khovanova, Recursive Sequences

Author?, Title?

John Robertson, Home page.

FORMULA

a(0)=1, a(1)=170 then a(n)=340*a(n-1)-a(n-2) - Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 03 2006

G.f.: (1-170x)/(1-340x+x^2). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 18 2008]

EXAMPLE

(170^2-1)/19 = 39^2

PROGRAM

(PARI) g(n, k) = for(y=0, n, x=k*y^2+1; if(issquare(x), print1(floor(sqrt(x))", ")))

(PARI) a(n)=real((170+39*quadgen(4*19))^n) /* Michael Somos Feb 15 2006 */

(PARI) a0=1; a1=170; for(n=2, 30, a2=340*a1-a0; a0=a1; a1=a2; print1(a2, ", ")) (Cloitre)

CROSSREFS

Sequence in context: A031704 A133328 A098244 this_sequence A015975 A045149 A031511

Adjacent sequences: A114045 A114046 A114047 this_sequence A114049 A114050 A114051

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Feb 01 2006

EXTENSIONS

More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 03 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research