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!)
A028569 a(n) = n*(n + 9). 23

%I #64 Feb 12 2024 02:28:28

%S 0,10,22,36,52,70,90,112,136,162,190,220,252,286,322,360,400,442,486,

%T 532,580,630,682,736,792,850,910,972,1036,1102,1170,1240,1312,1386,

%U 1462,1540,1620,1702,1786,1872,1960,2050,2142,2236,2332,2430

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

%C a(n) is the first Zagreb index of the wheel graph with n + 1 vertices. The first Zagreb index of a simple connected graph is the sum of the squared degrees of its vertices. Alternately, it is the sum of the degree sums d(i) + d(j) over all edges ij of the graph. - _Emeric Deutsch_, Nov 07 2016

%C The sequence provides all nonnegative k such that 4*k + 81 is a square. - _Bruno Berselli_, May 08 2018

%H Shawn A. Broyles, <a href="/A028569/b028569.txt">Table of n, a(n) for n = 0..1000</a>

%H Patrick De Geest, <a href="http://www.worldofnumbers.com/consemor.htm">Palindromic Quasipronics of the form n(n+x)</a>.

%H Felix Pozon 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 Equals 2 * A056000. - _Zerinvary Lajos_, Feb 12 2007

%F a(n) = 2*n + a(n - 1) + 8. - _Vincenzo Librandi_, Aug 05 2010

%F Sum_{n >= 1} 1/a(n) = 7129/22680 = 0.314329806... - _R. J. Mathar_, Mar 22 2011

%F G.f.: 2*x*(5 - 4*x)/(1 - x)^3. - _Colin Barker_, Jan 10 2012

%F a(n) = 3*a(n - 1) - 3*a(n - 2) + a(n - 3). - _Wesley Ivan Hurt_, Sep 26 2014

%F Sum_{n>=1} (-1)^(n+1)/a(n) = 2*log(2)/9 - 1879/22680. - _Amiram Eldar_, Jan 15 2021

%F From _Amiram Eldar_, Feb 12 2024: (Start)

%F Product_{n>=1} (1 - 1/a(n)) = -128*cos(sqrt(85)*Pi/2)/(19*Pi).

%F Product_{n>=1} (1 + 1/a(n)) = 51840*cos(sqrt(77)*Pi/2)/(4199*Pi). (End)

%p A028569:=n->n*(n+9): seq(A028569(n), n=0..50); # _Wesley Ivan Hurt_, Sep 26 2014

%t Table[n (n + 9), {n, 0, 50}] (* _Wesley Ivan Hurt_, Sep 26 2014 *)

%o (Magma) [n*(n+9) : n in [0..50]]; // _Wesley Ivan Hurt_, Sep 26 2014

%o (PARI) a(n)=n*(n+9) \\ _Charles R Greathouse IV_, Sep 24 2015

%o (Scala) (0 to 49).map(n => n * (n + 9)) // _Alonso del Arte_, Apr 22 2020

%Y Cf. A056000.

%K nonn,easy

%O 0,2

%A _Patrick De Geest_

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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)