A089271 Third column (k=4) of array A078739(n,k) ((2,2)-generalized Stirling2).
1, 38, 652, 9080, 116656, 1446368, 17636032, 213311360, 2569812736, 30898216448, 371141389312, 4455873443840, 53483541999616, 641880868118528, 7703040602324992, 92439308337643520, 1109288626710839296
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..500
- P. Blasiak, K. A. Penson and A. I. Solomon, The general boson normal ordering problem, Phys. Lett. A 309 (2003) 198-205.
- P. Blasiak, K. A. Penson and A. I. Solomon, The general boson normal ordering problem, arXiv:quant-ph/0402027, 2004.
- Index entries for linear recurrences with constant coefficients, signature (20, -108, 144).
Programs
-
Magma
[6*12^n-6*6^n+2^n: n in [0..20]]; // Vincenzo Librandi, Sep 02 2011
-
Mathematica
Table[6*12^n -6*6^n +2^n, {n,0,30}] (* G. C. Greubel, Feb 07 2018 *) LinearRecurrence[{20,-108,144},{1,38,652},20] (* Harvey P. Dale, Oct 22 2024 *)
-
PARI
for(n=0,30, print1(6*12^n -6*6^n +2^n, ", ")) \\ G. C. Greubel, Feb 07 2018
Comments