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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A003661 Number of bipartite Steinhaus graphs on n nodes.
(Formerly M0996)
1
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; refs; listen; history; internal format)
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.

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

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

Sequence in context: A050110 A184416 A187225 * A065387 A065388 A157936

Adjacent sequences:  A003658 A003659 A003660 * A003662 A003663 A003664

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Mira Bernstein

EXTENSIONS

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

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 15 09:26 EST 2012. Contains 205753 sequences.