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.

A381219 a(n) = (6^n+2^n-2*3^n)*(n-1)!/2.

Original entry on oeis.org

1, 11, 170, 3450, 87864, 2715720, 99248400, 4200210000, 202383054720, 10949741066880, 657619863264000, 43423960900320000, 3127284944109849600, 243957907264508236800, 20493712266753293568000, 1844490309401727187200000, 177073768932670444843008000, 18061662138488384327847936000, 1950666948832313303630438400000
Offset: 1

Views

Author

N. J. A. Sloane, Feb 17 2024, based on an email from David Broadhurst

Keywords

Comments

This is the sequence associated with the gamma-chain (see Broadhurst link).

Crossrefs

Cf. A379809.

Programs

  • Mathematica
    Table[(6^n+2^n-2*3^n) (n-1)!/2,{n,20}] (* Harvey P. Dale, Aug 13 2025 *)

Formula

D-finite with recurrence a(n) +11*(-n+1)*a(n-1) +36*(n-1)*(n-2)*a(n-2) -36*(n-1)*(n-2)*(n-3)*a(n-3)=0. - R. J. Mathar, Feb 18 2025