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.

A013751 a(n) = 12^(3*n + 2).

This page as a plain text file.
%I A013751 #25 Sep 08 2022 08:44:38
%S A013751 144,248832,429981696,743008370688,1283918464548864,
%T A013751 2218611106740436992,3833759992447475122176,6624737266949237011120128,
%U A013751 11447545997288281555215581184
%N A013751 a(n) = 12^(3*n + 2).
%H A013751 Vincenzo Librandi, <a href="/A013751/b013751.txt">Table of n, a(n) for n = 0..200</a>
%H A013751 Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a>
%H A013751 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1728).
%F A013751 From _Philippe Deléham_, Nov 30 2008: (Start)
%F A013751 a(n) = 1728*a(n-1); a(0)=144.
%F A013751 G.f.: 144/(1-1728*x).
%F A013751 a(n) = 12*A013750(n). (End)
%o A013751 (Magma) [12^(3*n+2): n in [0..15]]; // _Vincenzo Librandi_, Jun 27 2011
%o A013751 (PARI) a(n)=12^(3*n+2) \\ _Charles R Greathouse IV_, Jun 27 2011
%Y A013751 Subsequence of A001021.
%K A013751 nonn,easy
%O A013751 0,1
%A A013751 _N. J. A. Sloane_