Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A114046
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A114046 Numbers x such that x^2 - 92*y^2 = 1. +0
1
1, 1151, 2649601, 6099380351, 14040770918401, 32321848554778751, 74404881332329766401, 171280004505174567476351, 394286495966030522000793601, 907647342433797756471259393151 (list; graph; listen)
OFFSET

0,2

COMMENT

Quote from the link prompting this sequence. A person who can, within a year, solve x^2 - 92y^2 = 1 is a mathematician. Brahmagupta [598-668] This sequence is computed with g(1e9,92) in the pari program.

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

LINKS

Author?, Title?

Tanya Khovanova, Recursive Sequences

John Robertson, Home's page.

FORMULA

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

EXAMPLE

(1151^2 - 1)/92 = 120^2.

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=1151; for(n=2, 30, a2=2302*a1-a0; a0=a1; a1=a2; print1(a2, ", ")) (Cloitre)

CROSSREFS

Adjacent sequences: A114043 A114044 A114045 this_sequence A114047 A114048 A114049

Sequence in context: A054999 A086259 A098976 this_sequence A035888 A131527 A035761

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 October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research