# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a098533 Showing 1-1 of 1 %I A098533 #20 Sep 08 2022 08:45:15 %S A098533 0,1,2,130,2317,80442,2177594,64926111,1866014652,54389364796, %T A098533 1576824599171,45808159494700,1329726624043564,38611060907763141, %U A098533 1121015217730946894,32548443577940946894,945021540449512861377 %N A098533 Sum of seventh powers of first n Fibonacci numbers. %H A098533 G. C. Greubel, Table of n, a(n) for n = 0..680 %H A098533 Index entries for linear recurrences with constant coefficients, signature (22,252,-1365,-728,2912,-819,-294,20,1). %F A098533 a(n) = (1/79750)*( 88*F(7n+1) +198*F(7n+2) -(-1)^n*(1218*F(5n+1) + 812*F(5n+2)) +6699*F(3n+2) -(-1)^n*(44660*F(n+1) -22330*F(n+2)) + 17375) where F(n)=A000045(n). %F A098533 a(n) = 22 a(n-1) +252 a(n-2) -1365 a(n-3) -728 a(n-4) +2912 a(n-5) -819 a(n-6) -294 a(n-7) +20 a(n-8) +1 a(n-9). %F A098533 G.f.: x*(x^6+20*x^5-166*x^4-318*x^3+166*x^2+20*x-1)/((x-1)*(x^2-11*x-1)*(x^2-x-1)*(x^2+4*x-1)*(x^2+29*x-1)). - _R. J. Mathar_, Feb 26 2012 %t A098533 Accumulate[Fibonacci[Range[0,20]]^7] (* _Harvey P. Dale_, Jul 16 2017 *) %o A098533 (PARI) a(n)=sum(i=0,n,fibonacci(i)^7) %o A098533 (Magma) [(&+[Fibonacci(k)^7:k in [0..n]]): n in [0..30]]; // _G. C. Greubel_, Jan 17 2018 %Y A098533 Cf. A001654, A005968, A005969, A098531, A098532. %Y A098533 Cf. A128696, A000071, A001654, A005968, A005969, A098531, A098532, A128697. %K A098533 nonn,easy %O A098533 0,3 %A A098533 _Benoit Cloitre_, Sep 12 2004 %E A098533 Typo in data corrected by _D. S. McNeil_, Aug 17 2010 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE