Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A114052
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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

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

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: A091429 A160311 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

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 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research