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!)
A068778 S(n; 1,1) = S(n; 3,1) where S(n; t,s) is the number of length n 4-ary strings whose digits sum to t mod 4 and whose sum of products of all pairs of digits sum to s mod 4. 9
0, 0, 0, 16, 80, 320, 1184, 4096, 15360, 61440, 253440, 1048576, 4259840, 17039360, 67641344, 268435456, 1069547520, 4278190080, 17146183680, 68719476736, 275146342400, 1100585369600, 4400196091904, 17592186044416, 70351564308480, 281406257233920 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
S(n; t, s) = S(n-1; t, s) + S(n-1; t+3, s+3t+1) + S(n-1; t+2, s+2t) + S(n-1; t+1, s+t+1).
Empirical g.f.: 16*x^3*(1-3*x+4*x^2+2*x^3) / ((1-4*x)*(1-4*x+8*x^2)*(1+16*x^4)). - Colin Barker, Feb 21 2016
CROSSREFS
Sequence in context: A212240 A050468 A242167 * A247817 A034570 A165963
KEYWORD
nonn,base
AUTHOR
Frank Ruskey, Mar 29 2002
EXTENSIONS
Terms a(11) onward from Max Alekseyev, Apr 09 2013
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 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)