The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
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 (list; graph; refs; listen; history; text; internal format)
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.
LINKS
Florentin Smarandache, A New Form of Matter - Unmatter, Formed by Particles and Anti-Particles", EXT-2004-182 in CERN's web site, 2004.
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

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 May 18 15:24 EDT 2024. Contains 372664 sequences. (Running on oeis4.)