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!)
A144965 a(n) = 4*n*(4*n^2+1). 3
0, 20, 136, 444, 1040, 2020, 3480, 5516, 8224, 11700, 16040, 21340, 27696, 35204, 43960, 54060, 65600, 78676, 93384, 109820, 128080, 148260, 170456, 194764, 221280, 250100, 281320, 315036, 351344, 390340, 432120, 476780, 524416, 575124 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
(a(n))^2 + (n*a(n)+1)^2 is always a perfect square.
LINKS
Luc Comeau-Montasse, Des mesures entières pour des triangles rectangles, Géométrie et nombre (French blog), September 2008.
FORMULA
G.f.: 4*x*(5+14*x+5*x^2)/(1-x)^4. [Colin Barker, May 24 2012]
a(n) = 4*a(n-1) -6*a(n-2) +4*a(n-3) -a(n-4). - Vincenzo Librandi, Jun 30 2012
MATHEMATICA
CoefficientList[Series[4*x*(5+14*x+5*x^2)/(1-x)^4, {x, 0, 40}], x] (* Vincenzo Librandi, Jun 30 2012 *)
LinearRecurrence[{4, -6, 4, -1}, {0, 20, 136, 444}, 50] (* Harvey P. Dale, Aug 07 2022 *)
PROG
(Magma) I:=[0, 20, 136, 444]; [n le 4 select I[n] else 4*Self(n-1)-6*Self(n-2)+4*Self(n-3)-Self(n-4): n in [1..50]]; // Vincenzo Librandi, Jun 30 2012
CROSSREFS
Cf. A053755 (4*n^2+1).
Sequence in context: A168178 A085284 A105573 * A262140 A140301 A264315
KEYWORD
easy,nonn
AUTHOR
Luc Comeau-Montasse, Sep 27 2008
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 April 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)