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-2 of 2 results.

A117693 Row sums of A117692.

Original entry on oeis.org

1, 6, 42, 27, 480, 265, 7070, 3815, 1820, 1449, 107338, 56903, 4636632, 2635061, 993850, 633919, 71014372, 42899857, 8111619802, 4675943415, 1414861448, 819657397, 113827776894, 75106291091, 41292848428
Offset: 1

Views

Author

Roger L. Bagula, Apr 12 2006

Keywords

Crossrefs

Programs

Formula

a(n) = Sum_{k=1..n} A117692(n, k).

Extensions

Description simplified, offset corrected by the Assoc. Eds. of the OEIS, Jun 27 2010

A146205 Number of paths of the simple random walk on condition that the median applied to the partial sums S_0=0, S_1,...,S_n, n odd (n=15 in this example), is equal to half-integer values k+1/2, -[n/2]-1<=k<=[n/2].

Original entry on oeis.org

35, 35, 245, 245, 735, 735, 1225, 1225, 1225, 1225, 735, 735, 245, 245, 35, 35
Offset: 0

Views

Author

Christian Pfeifer (christian.pfeifer(AT)uibk.ac.at), Oct 28 2008, May 04 2010

Keywords

Comments

1) Closed-form expressions for sequences see Pfeifer (2010).
2) The median taken on partial sums of the simple random walk represents the market price in a simulation model wherein a single security among non-cooperating and asymetrically informed traders is traded (Pfeifer et al. 2009).
3) A146207=A146205+(0,A146206) see lemma 2 in Pfeifer (2010).

Examples

			All possible different paths (sequences of partial sums) in case of n=3:
{0,-1,-2,-3}; median=-1.5
{0,-1,-2,-1}; median=-1
{0,-1,0,-1}; median=-0.5
{0,-1,0,1}; median=0
{0,1,0,-1}; median=0
{0,1,0,1}; median=0.5
{0,1,2,1}; median=1
{0,1,2,3}; median=1.5
sequence of integers in case of n=3: 1,1,1,1
		

References

  • Pfeifer, C. (2010) Probability distribution of the median taken on partial sums of the simple random walk, Submitted to Stochastic Analysis and Applications

Crossrefs

Showing 1-2 of 2 results.