login
A181685
Expansion of 36*x^2*(1+6*x-36*x^2) / ( (1-6*x)^2 *(1+6*x+36*x^2) ).
1
0, 36, 432, 1296, 15552, 139968, 559872, 5038848, 40310784, 181398528, 1451188224, 10883911680, 52242776064, 391820820480, 2821109907456, 14105549537280, 101559956668416, 710919696678912, 3656158440062976, 25593109080440832, 175495605123022848, 921351926895869952
OFFSET
1,2
COMMENTS
The old definition was: Colorless combinations of quarks and antiquarks of length n >= 1.
REFERENCES
Florentin Smarandache, "Matter, Antimatter and Unmatter", Infinite Energy, Concord, NH, USA, Vol. 11, Issue 62, 50-51, 2005.
FORMULA
a(n) = ( n - 1 - 2*floor((n-1)/3) )*6^n.
MATHEMATICA
Table[(n - 1 - 2 Floor[(n - 1)/3]) 6^n, {n, 1, 30}]
LinearRecurrence[{6, 0, 216, -1296}, {0, 36, 432, 1296}, 30] (* Harvey P. Dale, Jul 04 2019 *)
PROG
(PARI) concat(0, 36*Vec(x*(1+6*x-36*x^2) / (1-6*x)^2 / (1+6*x+36*x^2)+O(x^99)))
CROSSREFS
Sequence in context: A105095 A027782 A179099 * A183353 A178690 A370225
KEYWORD
nonn,easy
AUTHOR
Florentin Smarandache (smarand(AT)unm.edu), Nov 04 2010
EXTENSIONS
Entry revised by Editors of the OEIS, Sep 11 2014
STATUS
approved