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.

A073948 Number of strings over Z_3 of length n with trace 0 and subtrace 1.

This page as a plain text file.
%I A073948 #25 May 03 2019 02:59:23
%S A073948 0,0,0,6,30,90,252,756,2268,6642,19602,58806,176904,530712,1592136,
%T A073948 4780782,14351094,43053282,129146724,387440172,1162320516,3486843450,
%U A073948 10460294154,31380882462,94143001680,282429005040,847287015120,2541864234006,7625599079310
%N A073948 Number of strings over Z_3 of length n with trace 0 and subtrace 1.
%C A073948 Same as number of strings over GF(3) of length n with trace 0 and subtrace 1.
%H A073948 Max Alekseyev, <a href="http://home.gwu.edu/~maxal/gpscripts/">PARI/GP scripts for miscellaneous math problems</a>
%H A073948 F. Ruskey, <a href="http://combos.org/TSstringZ3">Strings over Z_3 with given trace and subtrace</a>
%H A073948 F. Ruskey, <a href="http://combos.org/TSstringF3">Strings over GF(3) with given trace and subtrace</a>
%H A073948 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,27,-36,27).
%F A073948 a(n; t, s) = a(n-1; t, s) + a(n-1; t+2, s+2t+1) + a(n-1; t+1, s+t+1) where t is the trace and s is the subtrace.
%F A073948 G.f.: -6q^4(q-1)/[(1-3q)(1+3q^2)(1-3q+3q^2)]. - Lawrence Sze, Oct 24 2004
%Y A073948 Cf. A073947, A073949, A073950, A073951, A073952.
%K A073948 easy,nonn
%O A073948 1,4
%A A073948 _Frank Ruskey_ and Nate Kube, Aug 15 2002
%E A073948 Terms a(21) onward from _Max Alekseyev_, Apr 09 2013