|
Search: id:A003513
|
|
|
| A003513 |
|
Number of regular sequences of length n. (Formerly M1685)
|
|
+0 1
|
| |
|
|
OFFSET
|
2,2
|
|
|
REFERENCES
|
P. C. Fishburn et al., Van Lier sequences, Discrete Appl. Math., 27 (1990), 209-220.
|
|
MAPLE
|
A003513 := proc() local a, b, n ; a := {[1, 1]} ; n := 3 ; while true do b := {} ; for s in a do subsa := combinat[choose](s) ; for i in subsa do newa := add(k, k=i) ; if newa >= op(-1, s) then b := b union {[op(s), newa]} ; fi ; od; od; print(n, nops(b) ) ; a := b ; n := n+1 ; od; end: A003513() ; R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 22 2007
|
|
CROSSREFS
|
Sequence in context: A005270 A080839 A011834 this_sequence A113731 A113676 A074925
Adjacent sequences: A003510 A003511 A003512 this_sequence A003514 A003515 A003516
|
|
KEYWORD
|
nonn,nice,more
|
|
AUTHOR
|
njas
|
|
EXTENSIONS
|
a(9) from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 22 2007
|
|
|
Search completed in 0.002 seconds
|