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.

A017207 a(n) = (9*n + 3)^11.

This page as a plain text file.
%I A017207 #18 Oct 03 2024 03:48:50
%S A017207 177147,743008370688,350277500542221,17714700000000000,
%T A017207 317475837322472439,3116402981210161152,20635899893042801193,
%U A017207 103510234140112521216,422351360321044921875,1469170321634239709184,4501035456767426597157,12433743083946522728448,31517572945366073781711
%N A017207 a(n) = (9*n + 3)^11.
%H A017207 Vincenzo Librandi, <a href="/A017207/b017207.txt">Table of n, a(n) for n = 0..10000</a>
%H A017207 <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 A017207 From _Amiram Eldar_, Oct 03 2024: (Start)
%F A017207 a(n) = A017197(n)^11 = 3^11 * A016787(n).
%F A017207 Sum_{n>=0} 1/a(n) = 7388*Pi^11/(444826519957575*sqrt(3)) + 88573*zeta(11)/31381059609.  (End)
%t A017207 Table[(9*n + 3)^11, {n, 0, 15}] (* _Amiram Eldar_, Oct 03 2024 *)
%o A017207 (Magma) [(9*n+3)^11: n in [0..15]]; // _Vincenzo Librandi_, Jul 23 2011
%Y A017207 Cf. A013669, A016787, A017197.
%K A017207 nonn,easy
%O A017207 0,1
%A A017207 _N. J. A. Sloane_