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!)
A145694 Numbers Y such that 57*Y^2+19 is a square. 1
5, 1515, 457525, 138171035, 41727195045, 12601474732555, 3805603642036565, 1149279698420310075, 347078663319291606085, 104816607042727644727595, 31654268248240429416127605, 9559484194361566956025809115, 2886932572428944980290378225125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n+2) = 302*a(n+1)-a(n).
G.f.: 5*x*(x+1) / (x^2-302*x+1). - Colin Barker, Oct 21 2014
EXAMPLE
a(1)=5 because the first relation is 38^2=57*5^2+19.
MATHEMATICA
CoefficientList[Series[5 (x + 1)/(x^2 - 302 x + 1), {x, 0, 20}], x] (* Vincenzo Librandi, Oct 21 2014 *)
LinearRecurrence[{302, -1}, {5, 1515}, 15] (* Harvey P. Dale, Jun 25 2021 *)
PROG
(PARI) Vec(5*x*(x+1)/(x^2-302*x+1) + O(x^20)) \\ Colin Barker, Oct 21 2014
(Magma) I:=[5, 1515]; [n le 2 select I[n] else 302*Self(n-1)-Self(n-2): n in [1..15]]; // Vincenzo Librandi, Oct 21 2014
CROSSREFS
Cf. A145120.
Sequence in context: A259867 A169620 A181992 * A184970 A184973 A184971
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 June 1 22:12 EDT 2024. Contains 373032 sequences. (Running on oeis4.)