login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051361 A class of Boolean functions of n variables and rank 3. 1
0, 0, 0, 13, 75, 263, 720, 1688, 3550, 6882, 12516, 21615, 35761, 57057, 88244, 132834, 195260, 281044, 396984, 551361, 754167, 1017355, 1355112, 1784156, 2324058, 2997590, 3831100, 4854915, 6103773, 7617285, 9440428 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

REFERENCES

V. Jovovic, G. Kilibarda, On the number of Boolean functions in the Post classes F^{mu}_8, Diskretnaya Matematika, 11 (1999), no. 4, 127-138 (translated in Discrete Mathematics and Applications, 9, (1999), no. 6).

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..10000

Index entries for sequences related to Boolean functions

FORMULA

n*(n-1)*(n-2)*(n^4+31*n^3+287*n^2+1499*n+2922)/7!

a(0)=0, a(1)=0, a(2)=0, a(3)=13, a(4)=75, a(5)=263, a(6)=720, a(7)=1688, a(n)=8*a(n-1)-28*a(n-2)+56*a(n-3)-70*a(n-4)+56*a(n-5)-28*a(n-6)+ 8*a(n-7)- a(n-8) [From Harvey P. Dale, Jul 19 2011]

MATHEMATICA

With[{c7=7!}, Table[n(n-1)(n-2)(n^4+31n^3+287n^2+1499n+2922)/c7, {n, 0, 40}]] (* or *) LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {0, 0, 0, 13, 75, 263, 720, 1688}, 41](* From Harvey P. Dale, Jul 19 2011 *)

PROG

(MAGMA) [n*(n-1)*(n-2)*(n^4+31*n^3+287*n^2+1499*n+2922)/Factorial(7): n in [0..35]]; // Vincenzo Librandi, Jul 20 2011

CROSSREFS

Sequence in context: A094421 A103968 A073544 * A114070 A005340 A114244

Adjacent sequences:  A051358 A051359 A051360 * A051362 A051363 A051364

KEYWORD

nonn

AUTHOR

Vladeta Jovovic, Goran Kilibarda (vladeta(AT)eunet.rs)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 20:59 EST 2012. Contains 205968 sequences.