Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A003661
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A003661 Number of bipartite Steinhaus graphs on n nodes.
(Formerly M0996)
+0
2
1, 2, 4, 6, 9, 10, 13, 15, 19, 19, 21, 23, 27, 28, 31, 34, 39, 38, 39, 40, 43, 44, 47, 50, 55, 55, 57, 59, 63, 65, 69, 73, 79, 77, 77, 77, 79, 79, 81, 83, 87, 87, 89, 91, 95, 97, 101, 105, 111, 110, 111, 112, 115, 116, 119, 122, 127, 128, 131, 134, 139, 142, 147, 152, 159 (list; graph; listen)
OFFSET

1,2

REFERENCES

W. M. Dymacek, M. Koerlin and T. Whaley, A survey of Steinhaus graphs, Proc. 8th Quadrennial International Conf. on Graph Theory, Combinatorics, Algorithms and Application, Kalamazoo, Mich. 1996, pages 313-323, Vol. I.

W. M. Dymacek and T. Whaley, Generating strings for bipartite Steinhaus graphs, Discrete Math. 141 (1995), pages 97-107.

FORMULA

a(n) <= (5n-7)/2 (n > 2) with equality for n=2^k + 1.

a(2k+1)=2a(k+1)+1; a(2k)=a(k)+a(k+1) for k >=2.

MAPLE

a := proc(n) if n=1 then 1 elif n=2 then 2 elif n=3 then 4 elif n mod 2 = 1 then 2*a((n+1)/2) + 1 else a(n/2)+a(n/2+1) fi end: seq(a(n), n=1..80);

CROSSREFS

Adjacent sequences: A003658 A003659 A003660 this_sequence A003662 A003663 A003664

Sequence in context: A047411 A138972 A050110 this_sequence A065387 A065388 A024978

KEYWORD

nonn

AUTHOR

njas, Mira Bernstein

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 26 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified May 16 23:01 EDT 2008. Contains 139884 sequences.


AT&T Labs Research