Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A008934
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A008934 Number of tournament sequences: sequences (a_1, a_2, ..., a_n) with a_1 = 1 such that a_i < a_{i+1} <= 2*a_i for all i. +0
25
1, 1, 2, 7, 41, 397, 6377, 171886, 7892642, 627340987, 87635138366, 21808110976027, 9780286524758582, 7981750158298108606, 11950197013167283686587, 33046443615914736611839942 (list; graph; listen)
OFFSET

0,3

COMMENT

Also number of Meeussen sequences of length n (see the Cook-Kleber reference).

Column 1 of triangle A093729. Also generated by the iteration procedure that constructs triangle A093654. - Paul D. Hanna (pauldhanna(AT)juno.com), Apr 14 2004

REFERENCES

M. Torelli, Increasing integer sequences and Goldbach's conjecture, preprint, 1996.

LINKS

T. D. Noe, Table of n, a(n) for n=0..30

M. Cook and M. Kleber, Tournament sequences and Meeussen sequences, Electronic J. Comb. 7 (2000), #R44.

Index entries for sequences related to tournaments

E. Neuwirth, Computing tournament sequence numbers efficiently...

FORMULA

a(n) = A093729(n, 1). a(n) = A093655(2^n). - Paul D. Hanna (pauldhanna(AT)juno.com), Apr 14 2004

a(n) = A097710(n, 0). - Paul D. Hanna (pauldhanna(AT)juno.com), Aug 24 2004

PROGRAM

(PARI) {T(n, k)=if(n<0, 0, if(n==0, 1, if(k==0, 0, if(k<=n, T(n, k-1)-T(n-1, k)+T(n-1, 2*k-1)+T(n-1, 2*k), sum(j=1, n+1, (-1)^(j-1)*binomial(n+1, j)*T(n, k-j))))))} /*(Cook-Kleber)*/ a(n)=T(n, 1)

CROSSREFS

Cf. A058222, A058223.

Cf. A093729, A093655.

Forms column 0 of triangle A097710.

Sequence in context: A113144 A006846 A047864 this_sequence A084871 A122942 A109172

Adjacent sequences: A008931 A008932 A008933 this_sequence A008935 A008936 A008937

KEYWORD

nonn,nice,easy

AUTHOR

torelli(AT)hermes.mc.dsi.unimi.it (Mauro Torelli), Jeffrey Shallit (shallit(AT)graceland.uwaterloo.ca)

page 1

Search completed in 0.003 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 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research