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!)
A103975 Smaller side in (a,a+1,a+1)-integer triangle with integer area. 5
16, 240, 3360, 46816, 652080, 9082320, 126500416, 1761923520, 24540428880, 341804080816, 4760716702560, 66308229755040, 923554499868016, 12863454768397200, 179164812257692800, 2495443916839302016, 34757050023492535440, 484103256412056194160 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 15*a(n-1) - 15*a(n-2) + a(n-3) - Max Alekseyev, May 31 2007
a(n) = 2*A120892(2*n+1) - Max Alekseyev, May 31 2007
a(n) = (1/3)*((2 - sqrt(3))^(1 + 2*n) + (2 + sqrt(3))^(1 + 2*n) - 4). [Terentyev Oleg, Nov 12 2009]
a(n) = (4/3)*(A001570(n+1)-1).
G.f.: -16*x / ((x-1)*(x^2-14*x+1)). - Colin Barker, Apr 09 2013
MATHEMATICA
a[n_] := 1/3 (-4 + (2 - Sqrt[3])^(1 + 2 n) + (2 + Sqrt[3])^(1 + 2 n)); A103975 = Expand[a /@ Range[1, 25]] (* Terentyev Oleg, Nov 12 2009 *)
LinearRecurrence[{15, -15, 1}, {16, 240, 3360}, 30] (* Harvey P. Dale, Apr 25 2012 *)
CROSSREFS
Corresponding areas are given by A104008.
Sequence in context: A283411 A161591 A227440 * A162791 A060198 A097829
KEYWORD
nonn,easy
AUTHOR
Zak Seidov, Feb 23 2005
EXTENSIONS
More terms from Robert G. Wilson v, Mar 24 2005
More terms from Colin Barker, Apr 09 2013
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 21 08:24 EDT 2024. Contains 372729 sequences. (Running on oeis4.)