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!)
A177071 a(n) = (7*n + 3)*(7*n + 4). 2
12, 110, 306, 600, 992, 1482, 2070, 2756, 3540, 4422, 5402, 6480, 7656, 8930, 10302, 11772, 13340, 15006, 16770, 18632, 20592, 22650, 24806, 27060, 29412, 31862, 34410, 37056, 39800, 42642, 45582, 48620, 51756, 54990, 58322, 61752, 65280, 68906, 72630, 76452 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Cf. Zumkeller's contribution in A177059: in general, (h*n+h-k)*(h*n+k) = h^2*A002061(n+1)+(h-k)*k-h^2, therefore a(n) = 49*A002061(n+1)-37. - Bruno Berselli, Aug 24 2010
LINKS
FORMULA
a(n) = 98*n+a(n-1) with n>0, a(0)=12.
From Harvey P. Dale, Oct 09 2011: (Start)
a(0)=12, a(1)=110, a(2)=306, a(n)=3*a(n-1)-3*a(n-2)+a(n-3).
G.f.: -((2*(x+6)*(6*x+1))/(x-1)^3). (End)
From Amiram Eldar, Feb 19 2023: (Start)
a(n) = A017017(n)*A017029(n).
Sum_{n>=0} 1/a(n) = tan(Pi/14)*Pi/7.
Product_{n>=0} (1 - 1/a(n)) = sec(Pi/14)*cos(sqrt(5)*Pi/14).
Product_{n>=0} (1 + 1/a(n)) = sec(Pi/14)*cosh(sqrt(3)*Pi/14). (End)
MATHEMATICA
Table[(7n+3)(7n+4), {n, 0, 40}] (* or *) LinearRecurrence[{3, -3, 1}, {12, 110, 306}, 40] (* Harvey P. Dale, Oct 09 2011 *)
PROG
(PARI) a(n)=2*binomial(7*n+4, 2) \\ Charles R Greathouse IV, Jan 11 2012
CROSSREFS
Sequence in context: A351161 A016214 A037581 * A081183 A069294 A000559
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, May 31 2010
EXTENSIONS
Edited by N. J. A. Sloane, Jun 22 2010
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 7 18:53 EDT 2024. Contains 372313 sequences. (Running on oeis4.)