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!)
A145693 Numbers X such that there exists Y in N with X^2=21*Y^2+7. 1
14, 1526, 167846, 18461534, 2030600894, 223347636806, 24566209447766, 2702059691617454, 297201999868472174, 32689517925840321686, 3595549769842566913286, 395477785164756520139774, 43498960818353374648461854, 4784490212233706454810664166 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n+2) = 110*a(n+1)-a(n).
G.f.: -14*x*(x-1) / (x^2-110*x+1). - Colin Barker, Oct 21 2014
EXAMPLE
a(1)=14 because the first relation is 14^2=21*3^2+7.
MATHEMATICA
CoefficientList[Series[14 (1 - x)/(x^2 - 110 x + 1), {x, 0, 20}], x] (* Vincenzo Librandi, Oct 21 2014 *)
PROG
(PARI) Vec(-14*x*(x-1)/(x^2-110*x+1) + O(x^20)) \\ Colin Barker, Oct 21 2014
(Magma) I:=[14, 1526]; [n le 2 select I[n] else 110*Self(n-1)-Self(n-2): n in [1..15]]; // Vincenzo Librandi, Oct 21 2014
CROSSREFS
Sequence in context: A131582 A270858 A160246 * A279326 A200459 A164524
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 7 18:53 EDT 2024. Contains 373206 sequences. (Running on oeis4.)