Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A003513
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A003513 Number of regular sequences of length n.
(Formerly M1685)
+0
1
1, 2, 6, 27, 192, 2280, 47097, 1735803 (list; graph; listen)
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

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 July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research