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!)
A120071 a(n) = n*(n+20). 18

%I #27 Jan 16 2021 04:17:35

%S 0,21,44,69,96,125,156,189,224,261,300,341,384,429,476,525,576,629,

%T 684,741,800,861,924,989,1056,1125,1196,1269,1344,1421,1500,1581,1664,

%U 1749,1836,1925,2016,2109,2204,2301,2400,2501,2604,2709,2816,2925,3036,3149,3264

%N a(n) = n*(n+20).

%H Felix P. Muga II, <a href="https://www.researchgate.net/publication/267327689_Extending_the_Golden_Ratio_and_the_Binet-de_Moivre_Formula">Extending the Golden Ratio and the Binet-de Moivre Formula</a>, Preprint on ResearchGate, March 2014.

%H <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,1).

%F a(n) = (n+10)^2 - 10^2 = n*(n+20), n>=0.

%F G.f.: x*(21-19*x)/(1-x)^3.

%F a(n) = 2*n + a(n-1) + 19 (with a(0)=0). - _Vincenzo Librandi_, Nov 13 2010

%F From _Amiram Eldar_, Jan 16 2021: (Start)

%F Sum_{n>=1} 1/a(n) = H(20)/20 = A001008(20)/A102928(20) = 11167027/62078016, where H(k) is the k-th harmonic number.

%F Sum_{n>=1} (-1)^(n+1)/a(n) = 155685007/4655851200. (End)

%p seq(sum(4*k-n, k=7..n), n=6..51); # _Zerinvary Lajos_, Feb 17 2008

%t s=0;lst={};Do[s+=n;AppendTo[lst,s],{n,21,6!,2}];lst (* _Vladimir Joseph Stephan Orlovsky_, Feb 26 2009 *)

%o (PARI) a(n)=n*(n+20) \\ _Charles R Greathouse IV_, Jan 21 2015

%Y a(n-10), n>=11, tenth column (used for the n=10 series of the hydrogen atom) of triangle A120070.

%Y For n*(n+18) see A098850.

%Y Cf. A001008, A001477, A098849, A102928, A120061, A132765, A132760, A132761, A132762, A005563, A028552, A028347, A028557, A028560, A028563, A028566, A028569, A098603, A098847, A132759, A098848.

%K nonn,easy

%O 0,2

%A _Wolfdieter Lang_, Jul 20 2006

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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)