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!)
A298802 Growth series for group with presentation < S, T : S^4 = T^4 = (S*T)^4 = 1 >. 12
1, 4, 10, 24, 56, 128, 294, 676, 1552, 3564, 8186, 18800, 43176, 99160, 227734, 523020, 1201184, 2758676, 6335658, 14550664, 33417496, 76747632, 176260934, 404806196, 929690160, 2135154556, 4903660570, 11261895264, 25864409480, 59400985544, 136422101046, 313311125788, 719559813184 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1 + x)^2*(1 + x^2) / (1 - 2*x - 2*x^3 + x^4).
a(n) = 2*a(n-1) + 2*a(n-3) - a(n-4) for n>4. - Colin Barker, Feb 04 2018
MATHEMATICA
LinearRecurrence[{2, 0, 2, -1}, {1, 4, 10, 24, 56}, 40] (* Harvey P. Dale, Jan 02 2020 *)
PROG
(Magma)
R<x> := RationalFunctionField(Integers());
PSR25 := PowerSeriesRing(Integers():Precision := 25);
FG<S, T> := FreeGroup(2);
TG := quo<FG | S^4, T^4, (S*T)^4 >;
f, A :=IsAutomaticGroup(TG);
gf := GrowthFunction(A);
R!gf;
Coefficients(PSR25!gf);
(PARI) Vec((1 + x)^2*(1 + x^2) / (1 - 2*x - 2*x^3 + x^4) + O(x^40)) \\ Colin Barker, Feb 04 2018
CROSSREFS
Cf. A008579.
Sequence in context: A087447 A129953 A079859 * A118871 A019494 A192886
KEYWORD
nonn,easy
AUTHOR
John Cannon and N. J. A. Sloane, Feb 04 2018
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)