|
Search: id:A114052
|
|
|
| A114052 |
|
x such that x^2 - 27*y^2 = 1. |
|
+0 1
|
|
| 1, 26, 1351, 70226, 3650401, 189750626, 9863382151, 512706121226, 26650854921601, 1385331749802026, 72010600134783751, 3743165875258953026, 194572614913330773601, 10114032809617941274226, 525735133485219615486151
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
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)=26 then a(n)=52*a(n-1)-a(n-2) - Benoit Cloitre (benoit7848c(AT)orange.fr), Feb 03 2006
|
|
PROGRAM
|
(PARI) g(n, k) = for(y=0, n, x=k*y^2+1; if(issquare(x), print1(floor(sqrt(x))", ")))
(PARI) a0=1; a1=26; for(n=2, 30, a2=52*a1-a0; a0=a1; a1=a2; print1(a2, ", ")) (Cloitre)
|
|
CROSSREFS
|
Sequence in context: A037138 A091429 A106710 this_sequence A042303 A042300 A080163
Adjacent sequences: A114049 A114050 A114051 this_sequence A114053 A114054 A114055
|
|
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
More terms from Robert G. Wilson v (rgwv(at)rgwv.com), Mar 17 2006
|
|
|
Search completed in 0.002 seconds
|