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.

A059410 J_n(9) (see A059379).

Original entry on oeis.org

0, 6, 72, 702, 6480, 58806, 530712, 4780782, 43040160, 387400806, 3486725352, 31380882462, 282429005040, 2541864234006, 22876787671992, 205891117745742, 1853020145805120, 16677181570526406, 150094634909578632, 1350851716510730622, 12157665455570144400, 109418989121052006006
Offset: 0

Views

Author

N. J. A. Sloane, Jan 30 2001

Keywords

References

  • L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 199, #3.

Crossrefs

Programs

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
From Vincenzo Librandi, Oct 04 2014: (Start)
a(n) = 3^n*(3^n-1) = A000244(n)*A024023(n).
G.f.: 6*x/((1-3*x)*(1-9*x)). (End)
a(n) = 6*A016142(n). - R. J. Mathar, Nov 23 2018
E.g.f.: 2*exp(6*x)*sinh(3*x). - Elmo R. Oliveira, Mar 31 2025