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!)
A005609 Number of Boolean functions realized by cascades of n gates.
(Formerly M5333)
3
64, 1744, 48784, 1365904, 38245264, 1070867344, 29984285584, 839559996304, 23507679896464, 658215037100944, 18430021038826384, 516040589087138704, 14449136494439883664, 404575821844316742544, 11328123011640868791184 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
J. T. Butler, Fanout-free networks of multivalued gates, Proc. Internat. Symposium Multiple-Valued Logic, Charlotte, NC, 1977, IEEE Press, NY (1977), 39-46. (Annotated scanned copy)
Simon Plouffe, Approximations de séries génératrices et quelques conjectures, Dissertation, Université du Québec à Montréal, 1992; arXiv:0911.4975 [math.NT], 2009.
Simon Plouffe, 1031 Generating Functions, Appendix to Thesis, Montreal, 1992
FORMULA
G.f.: (64 - 112 x) / (1 - x) (1 - 28 x).
a(1)=64, a(2)=1744, a(n) = 29*a(n-1) - 28*a(n-2). - Harvey P. Dale, Nov 19 2011
a(n) = N(n,2,3) where N(n,s,r) is defined in A005608. - Sean A. Irvine, Jul 13 2016
MAPLE
A005609:=-16*(-4+7*z)/(28*z-1)/(z-1); # conjectured by Simon Plouffe in his 1992 dissertation
MATHEMATICA
CoefficientList[Series[(64-112 x)/((1-x) (1-28 x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{29, -28}, {64, 1744}, 30] (* Harvey P. Dale, Nov 19 2011 *)
CROSSREFS
Sequence in context: A234240 A017115 A269203 * A065788 A264275 A283689
KEYWORD
nonn,easy
AUTHOR
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 31 19:57 EDT 2024. Contains 373003 sequences. (Running on oeis4.)