cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A017267 a(n) = (9*n + 8)^11.

This page as a plain text file.
%I A017267 #17 Sep 08 2022 08:44:42
%S A017267 8589934592,34271896307633,3670344486987776,96549157373046875,
%T A017267 1196683881290399744,9269035929372191597,52036560683837093888,
%U A017267 231122292121701565271,858993459200000000000,2775173073766990340489
%N A017267 a(n) = (9*n + 8)^11.
%H A017267 Vincenzo Librandi, <a href="/A017267/b017267.txt">Table of n, a(n) for n = 0..10000</a>
%H A017267 <a href="/index/Rec#order_12">Index entries for linear recurrences with constant coefficients</a>, signature (12, -66, 220, -495, 792, -924, 792, -495, 220, -66, 12, -1).
%F A017267 a(n) = 12*a(n-1) - 66*a(n-2) + 220*a(n-3) - 495*a(n-4) + 792*a(n-5) - 924*a(n-6) + 792*a(n-7) - 495*a(n-8) + 220*a(n-9) - 66*a(n-10) + 12*a(n-11) - a(n-12); a(0)=8589934592, a(1)=34271896307633, a(2)=3670344486987776, a(3)=96549157373046875, a(4)=1196683881290399744, a(5)=9269035929372191597, a(6)=52036560683837093888, a(7)=231122292121701565271, a(8)=858993459200000000000, a(9)=2775173073766990340489, a(10)=8007313507497959524352, a(11)=21048519522998348950643. - _Harvey P. Dale_, Oct 21 2013
%t A017267 (9*Range[0,30]+8)^11 (* or *) LinearRecurrence[ {12,-66,220,-495,792,-924,792,-495,220,-66,12,-1},{8589934592,34271896307633,3670344486987776,96549157373046875,1196683881290399744,9269035929372191597,52036560683837093888,231122292121701565271,858993459200000000000,2775173073766990340489,8007313507497959524352,21048519522998348950643},30] (* _Harvey P. Dale_, Oct 21 2013 *)
%o A017267 (Magma) [(9*n+8)^11: n in [0..10]]; // _Vincenzo Librandi_, Jul 28 2011
%Y A017267 Cf. A008455 (n^11), A017257 (9*n+8).
%K A017267 nonn,easy
%O A017267 0,1
%A A017267 _N. J. A. Sloane_