cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-5 of 5 results.

A084506 The length of each successively larger 3-ball ground-state site swap given in A084501, i.e., the number of digits in each term of A084502.

Original entry on oeis.org

1, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5
Offset: 1

Views

Author

Antti Karttunen, Jun 02 2003

Keywords

Crossrefs

Partial sums: A084505.
Differs from A084556 first time at the 130th term, where A084506(130) = 6, while A084556(130) = 5.

A084501 An infinite juggling sequence of three balls: successively larger ground-state 3-ball site swaps listed in lexicographic order.

Original entry on oeis.org

3, 3, 3, 4, 2, 3, 3, 3, 3, 4, 2, 4, 2, 3, 4, 4, 1, 5, 2, 2, 5, 3, 1, 3, 3, 3, 3, 3, 3, 4, 2, 3, 4, 2, 3, 3, 4, 4, 1, 3, 5, 2, 2, 3, 5, 3, 1, 4, 2, 3, 3, 4, 2, 4, 2, 4, 4, 1, 3, 4, 4, 4, 0, 4, 5, 1, 2, 4, 5, 3, 0, 5, 2, 2, 3, 5, 2, 4, 1, 5, 3, 1, 3, 5, 3, 4, 0, 5, 5, 1, 1, 5, 5, 2, 0, 6, 2, 2, 2, 6, 2, 3, 1, 6, 3
Offset: 1

Views

Author

Antti Karttunen, Jun 02 2003

Keywords

Comments

Every possible 3-ball asynchronic site swap of finite period occurs as a subsequence of this sequence. E.g., "51" (three-ball shower) occurs first time at a(65)=5, a(66)=1.
We obtain the sequence by traversing each possible loop of successively larger lengths in 3-ball state graph as depicted in Polster's book, or section 7 of Knutson's Siteswap FAQ (but not limited by throw height), starting from and ending to the ground state 7 (xxx) and by concatenating those sequences in lexicographic order.
One can take any subsequence A084501[i..j] such that A084503(i-1) = A084503(j) = 7 and try to juggle it periodically or give it to one of the Siteswap animators available at J.I.S., e.g., by taking the first 39 terms, one gets a site swap pattern "333423333424234415225313333334234233441".

Examples

			The successive site swaps are: 3; 3,3; 4,2; 3,3,3; 3,4,2; 4,2,3; 4,4,1; 5,2,2; 5,3,1; 3,3,3,3; ... See A084502.
		

References

  • B. Polster, The Mathematics of Juggling, Springer-Verlag, 2003, p. 45.

Crossrefs

Subsets: A084511, A084521.
The number of such site swaps of length n is given by A084509.
First position where n appears: A084507.

A084509 Number of ground-state 3-ball juggling sequences of period n.

Original entry on oeis.org

1, 1, 2, 6, 24, 96, 384, 1536, 6144, 24576, 98304, 393216, 1572864, 6291456, 25165824, 100663296, 402653184, 1610612736, 6442450944, 25769803776, 103079215104, 412316860416, 1649267441664, 6597069766656, 26388279066624, 105553116266496, 422212465065984
Offset: 0

Views

Author

Antti Karttunen, Jun 02 2003

Keywords

Comments

This sequence counts the length n asynchronic site swaps given in A084501/A084502.
Equals row sums of triangle A145463. - Gary W. Adamson, Oct 11 2008
a(n) is the number of permutations of length n+1 avoiding the partially ordered pattern (POP) {1>2, 1>3, 1>4, 1>5} of length 5. That is, the number of length n+1 permutations having no subsequences of length 5 in which the first element is the largest. - Sergey Kitaev, Dec 11 2020
a(n) is the number of permutations p[1]..p[n] of {1,...,n} with p[j+1] < p[j]+4 for 0 < j < n. - Don Knuth, Apr 25 2022

References

  • B. Polster, The Mathematics of Juggling, Springer-Verlag, 2003, p. 48.

Crossrefs

First differences of A084508.
INVERT transform of A084519.

Programs

  • Maple
    A084509 := n -> `if`((n<4),n!,6*(4^(n-3)));
    INVERT([seq(A084519(n),n=1..12)]);
  • Mathematica
    LinearRecurrence[{4},{1,2,6},30] (* Harvey P. Dale, Aug 23 2018 *)

Formula

a(n) = n! for n <= 4, a(n) = 6*4^(n-3) = A002023(n-3) for n >= 3.
G.f.: 1 + x*(1 - 2*x - 2*x^2)/(1 - 4*x). - Philippe Deléham, Aug 16 2005

Extensions

a(0)=1 prepended by Alois P. Heinz, Dec 11 2020

A084500 a(0)=0, after which each n occurs A084506(n) times.

Original entry on oeis.org

0, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, 11, 11, 11, 12, 12, 12, 12, 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 22, 22, 22, 22, 23
Offset: 0

Views

Author

Antti Karttunen, Jun 02 2003

Keywords

Comments

Also minimum i such that A084505(i) >= n. Tells that the n-th throw (n>=1) in A084501 belongs to the a(n)-th lexicographical solution A084502(a(n)).

Crossrefs

Differs from A084557 first time at the 605th term, where A084500(605) = 130, while A084557(605) = 131. Cf. A084510, A084520.

A084512 Successively larger 3-ball indecomposable ground-state site swaps of A084511 in concatenated decimal notation.

Original entry on oeis.org

3, 42, 441, 522, 531, 4440, 4512, 4530, 5241, 5340, 5511, 5520, 6222, 6231, 6312, 6330, 6411, 6420, 44502, 45141, 45501, 46122, 46131, 46302, 46401, 52440, 52512, 52530, 53502, 55140, 55500, 56112, 56130, 56202, 56400, 62241, 62340, 62511
Offset: 1

Views

Author

Antti Karttunen, Jun 02 2003

Keywords

Comments

Note that this decimal representation works only up to the A084510(A084517(10))-1 = 2748th term which is 99600000, after which follows the 2749th solution 10,2,2,2,2,2,2,2 which would be usually represented as "A2222222".

Crossrefs

The number of terms of length n is given by A084519.
Subset of A084502. Cf. A084522.
Showing 1-5 of 5 results.