The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A145696 Numbers Y such that 111*Y^2+37 is a square. 1
7, 4137, 2440823, 1440081433, 849645604647, 501289466660297, 295759935683970583, 174497860764075983673, 102953442090869146396487, 60742356335752032297943657, 35837887284651608186640361143, 21144292755588113078085515130713 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n+2) = 590*a(n+1)-a(n).
G.f.: 7*x*(x+1) / (x^2-590*x+1). - Colin Barker, Oct 21 2014
EXAMPLE
a(1)=7 because the first relation is 74^2=111*7^2+37.
MATHEMATICA
CoefficientList[Series[7 (x + 1)/(x^2 - 590 x + 1), {x, 0, 20}], x] (* Vincenzo Librandi, Oct 21 2014 *)
PROG
(PARI) Vec(7*x*(x+1)/(x^2-590*x+1) + O(x^20)) \\ Colin Barker, Oct 21 2014
(Magma) I:=[7, 4137]; [n le 2 select I[n] else 590*Self(n-1)-Self(n-2): n in [1..15]]; // Vincenzo Librandi, Oct 21 2014
CROSSREFS
Sequence in context: A024100 A069644 A203679 * A361452 A338250 A103856
KEYWORD
easy,nonn
AUTHOR
Richard Choulet, Oct 16 2008
EXTENSIONS
Editing and more terms from Colin Barker, Oct 21 2014
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 May 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)