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.

A155988 a(n) = (2*n + 1)*9^n.

This page as a plain text file.
%I A155988 #42 Aug 01 2024 18:05:36
%S A155988 1,27,405,5103,59049,649539,6908733,71744535,731794257,7360989291,
%T A155988 73222472421,721764371007,7060738412025,68630377364883,
%U A155988 663426981193869,6382625094934119,61149666232110753,583701359488329915,5553501505988967477,52683216989246691471,498464283821334080841
%N A155988 a(n) = (2*n + 1)*9^n.
%H A155988 Vincenzo Librandi, <a href="/A155988/b155988.txt">Table of n, a(n) for n = 0..200</a>
%H A155988 David H. Bailey, <a href="https://www.davidhbailey.com/dhbpapers/bbp-formulas.pdf">A Compendium of BBP-Type Formulas for Mathematical Constants</a>, 2017, page 14.
%H A155988 Xavier Gourdon and Pascal Sebah, <a href="http://numbers.computation.free.fr/Constants/Log2/log2Formulas.html">Collection of formulas for log 2</a>.
%H A155988 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (18,-81).
%F A155988 G.f.: (1 + 9*x)/(1 - 9*x)^2.
%F A155988 a(n) = 18*a(n-1) - 81*a(n-2) for n>=2.
%F A155988 Sum_{n>=0} 1/a(n) = (3/2)*log(2).
%F A155988 a(n) = A005408(n) * A001019(n).
%F A155988 a(n) = (2*n - 1)*3^(2*n-1)/3 = A060851(n)/3.
%F A155988 Sum_{n>=0} (-1)^n/a(n) = 3*arctan(1/3). - _Amiram Eldar_, Feb 26 2022
%F A155988 E.g.f.: exp(9*x)*(1 + 18*x). - _Stefano Spezia_, May 07 2023
%o A155988 (PARI) a(n)=(2*n+1)*9^n;
%o A155988 (Magma) [(2*n+1)*9^n: n in [0..20]]; // _Vincenzo Librandi_, Jun 08 2011
%o A155988 (Maxima) makelist((2*n+1)*9^n, n, 0, 20); /* _Martin Ettl_, Nov 11 2012 */
%Y A155988 Cf. A058962 for the similar (2n+1)4^n.
%Y A155988 Cf. A001019, A005408, A060851, A096949, A096950, A154920, A164985, A165132.
%K A155988 nonn,easy
%O A155988 0,2
%A A155988 _Jaume Oliver Lafont_, Feb 01 2009