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!)
A168029 a(n) = n*(n^6 + 1)/2. 4

%I #17 Jan 12 2023 04:12:52

%S 0,1,65,1095,8194,39065,139971,411775,1048580,2391489,5000005,9743591,

%T 17915910,31374265,52706759,85429695,134217736,205169345,306110025,

%U 446935879,640000010,900544281,1247178955,1702412735,2293235724,3051757825,4015905101

%N a(n) = n*(n^6 + 1)/2.

%H Vincenzo Librandi, <a href="/A168029/b168029.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_08">Index entries for linear recurrences with constant coefficients</a>, signature (8,-28,56,-70,56,-28,8,-1).

%F G.f.: x*(1+57*x+603*x^2+1198*x^3+603*x^4+57*x^5+x^6)/(1-x)^8. - _Vincenzo Librandi_, Dec 10 2014

%F E.g.f.: (x/2)*(2 +63*x +301*x^2 +350*x^3 +140*x^4 +21*x^5 +x^6)*exp(x). - _G. C. Greubel_, Jan 12 2023

%t CoefficientList[Series[x(1 +57x +603x^2 +1198x^3 +603x^4 +57x^5 +x^6)/ (1-x)^8, {x, 0, 50}], x] (* _Vincenzo Librandi_, Dec 10 2014 *)

%t LinearRecurrence[{8,-28,56,-70,56,-28,8,-1}, {0,1,65,1095,8194,39065, 139971,411775}, 41] (* _Harvey P. Dale_, Jan 24 2019 *)

%o (Magma) [n*(n^6+1)/2: n in [0..40]]; // _Vincenzo Librandi_, Dec 10 2014

%o (SageMath) [n*(n^6+1)/2 for n in range(41)] # _G. C. Greubel_, Jan 12 2023

%Y Sequences of the form n*(n^m + 1)/2: A001477 (m=0), A000217 (m=1), A006003 (m=2), A027441 (m=3), A021003 (m=4), A167963 (m=5), this sequence (m=6), A168067 (m=7), A168116 (m=8), A168118 (m=9), A168119 (m=10).

%K nonn,easy

%O 0,3

%A _N. J. A. Sloane_, Dec 11 2009

%E More terms from _Vincenzo Librandi_, Dec 10 2014

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 March 29 11:45 EDT 2024. Contains 371278 sequences. (Running on oeis4.)