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!)
A061166 Polynomial extrapolation of 2, 3, 5, 7, 11, 13, 17. 1

%I #8 Aug 14 2021 18:49:08

%S 2,3,5,7,11,13,17,72,332,1139,3129,7361,15469,29837,53797,91850,

%T 149910,235571,358397,530235,765551,1081789,1499753,2044012,2743328,

%U 3631107,4745873,6131765,7839057,9924701,12452893,15495662,19133482,23455907

%N Polynomial extrapolation of 2, 3, 5, 7, 11, 13, 17.

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

%F a(n) = (23n^6-537n^5+4925n^4-22515n^3+53732n^2-61548n+27360)/720.

%F G.f.: x*(2-11*x+26*x^2-35*x^3+32*x^4-29*x^5+38*x^6)/(1-x)^7. [Colin Barker, Mar 28 2012]

%e a(8)=72 since first differences of (2,3,5,7,11,13,17) are (1,2,2,4,2,4), second differences (1,0,2,-2,2), third differences (-1,2,-4,4), fourth differences (3,-6,8), fifth differences (-9,14) and sixth differences (23) so a(8)=17+4+2+4+8+14+23=72.

%t CoefficientList[Series[x (2-11x+26x^2-35x^3+32x^4-29x^5+38x^6)/(1-x)^7,{x,0,50}],x] (* or *) LinearRecurrence[{7,-21,35,-35,21,-7,1},{2,3,5,7,11,13,17},50] (* _Harvey P. Dale_, Aug 14 2021 *)

%Y Cf. A061165.

%K nonn,easy

%O 1,1

%A _Henry Bottomley_, Apr 18 2001

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