login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059410 J_n(9) (see A059379). 4
0, 6, 72, 702, 6480, 58806, 530712, 4780782, 43040160, 387400806, 3486725352, 31380882462, 282429005040, 2541864234006, 22876787671992, 205891117745742, 1853020145805120, 16677181570526406, 150094634909578632, 1350851716510730622, 12157665455570144400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 199, #3.
LINKS
FORMULA
a(n) = 9^n - 3^n; a(n) = 12*a(n-1) - 27*a(n-2) for n > 1. - Vincenzo Librandi, Jun 03 2011
a(n) = 3^n*(3^n-1) = A000244(n) * A024023(n). - Vincenzo Librandi, Oct 04 2014
G.f.: 6*x/((1-3*x)*(1-9*x)). - Vincenzo Librandi, Oct 04 2014
a(n) = 6*A016142(n). - R. J. Mathar, Nov 23 2018
MAPLE
A059410:=n->9^n-3^n: seq(A059410(n), n=0..30); # Wesley Ivan Hurt, Aug 16 2016
MATHEMATICA
Table[9^n - 3^n, {n, 0, 25}] (* or *) CoefficientList[Series[6 x /((1 - 3 x) (1 - 9 x)), {x, 0, 30}], x] (* Vincenzo Librandi, Oct 04 2014 *)
PROG
(Magma) [9^n-3^n: n in [0..20]]; // Vincenzo Librandi, Jun 03 2011
CROSSREFS
Sequence in context: A061690 A133678 A005548 * A238103 A200978 A361572
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jan 30 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)