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.

A230540 a(n) = 2*n*3^(2*n-1).

This page as a plain text file.
%I A230540 #17 Sep 08 2022 08:46:06
%S A230540 0,6,108,1458,17496,196830,2125764,22320522,229582512,2324522934,
%T A230540 23245229340,230127770466,2259436291848,22029503845518,
%U A230540 213516729579636,2058911320946490,19765548681086304,189008059262887782,1801135623563989452,17110788423857899794
%N A230540 a(n) = 2*n*3^(2*n-1).
%C A230540 Arithmetic derivative of 9^n: a(n) = A003415(9^n).
%C A230540 Sum of reciprocals of a(n), for n>0: (3/2)*log(9/8).
%H A230540 Bruno Berselli, <a href="/A230540/b230540.txt">Table of n, a(n) for n = 0..100</a>
%H A230540 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (18,-81).
%F A230540 G.f.: 6*x/(1-9*x)^2.
%F A230540 a(n) = 6*A053540(n), with A053540(0)=0.
%t A230540 Table[2 n 3^(2 n - 1), {n, 0, 20}]
%o A230540 (Magma) [2*n*3^(2*n-1): n in [0..20]];
%o A230540 (PARI) a(n) = 2*n*3^(2*n-1); \\ _Michel Marcus_, Oct 23 2013
%Y A230540 Cf. A001019, A003415.
%Y A230540 Cf. arithmetic derivative of k^n: A001787 (k=2), A027471 (k=3), A018215 (k=4), A053464 (k=5), A212700 (k=6), A027473 (k=7), A230539 (k=8), this sequence, A085708 (k=10), A081127 (k=11).
%K A230540 nonn,easy
%O A230540 0,2
%A A230540 _Bruno Berselli_, Oct 23 2013