[go: up one dir, main page]

login
Revision History for A075271 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(0) = 1 and, for n >= 1, (BM)a(n) = 2*a(n-1), where BM is the BinomialMean transform.
(history; published version)
#27 by Joerg Arndt at Sun Nov 12 03:10:08 EST 2017
STATUS

reviewed

approved

#26 by Peter Luschny at Sat Nov 11 12:03:25 EST 2017
STATUS

proposed

reviewed

#25 by Peter Luschny at Sat Nov 11 12:03:21 EST 2017
STATUS

editing

proposed

#24 by Peter Luschny at Sat Nov 11 12:02:44 EST 2017
NAME

a(0)=1 and, for n >= 1, (BM)a(n) = 2a(n-1), where BM is the BinomialMean transform. BM is defined by (BM)a(n) = (M^n)a(0) where (M)a(n) is the mean (a(n) + a(n+1))/2, or, alternatively, by (BM)a(n) = (Sum_{k=0..n} C(n,k)a(k))/(2^n).

a(0) = 1 and, for n >= 1, (BM)a(n) = 2*a(n-1), where BM is the BinomialMean transform.

COMMENTS

The BinomialMean transform BM is defined by (BM)a(n) = (M^n)a(0) where (M)a(n) is the mean (a(n) + a(n+1))/2, or, alternatively, by (BM)a(n) = (Sum_{k=0..n} binomial(n,k)*a(k))/(2^n).

STATUS

proposed

editing

Discussion
Sat Nov 11
12:03
Peter Luschny: Definition moved to comments.
#23 by Jon E. Schoenfield at Fri Nov 10 13:31:01 EST 2017
STATUS

editing

proposed

#22 by Jon E. Schoenfield at Fri Nov 10 13:30:58 EST 2017
NAME

a(0)=1 and, for n >= 1, (BM)a(n) = 2a(n-1), where BM is the BinomialMean transform. BM is defined by (BM)a(n) = (M^n)a(0) where (M)a(n) is the mean (a(n) + a(n+1))/2, or, alternatively, by (BM)a(n) = (Sum[_{k=0..n} C(n,k)a(k),k=0..n])/(2^n).

EXAMPLE

Given that a(0)=1 and a(1)=3. Then (BM)a(2) = (1 + 2*3 + a(2))/4 = 2a(1) = 6, hence a(2)=17.

STATUS

proposed

editing

#21 by Peter Bala at Fri Nov 10 11:38:00 EST 2017
STATUS

editing

proposed

#20 by Peter Bala at Fri Nov 10 05:17:13 EST 2017
FORMULA

O.g.f. as a continued fraction: A(x) = 1/(1 + x - 2^2*x/(1 - 2*(2 - 1)^2*x/(1 + x - 2^4*x/(1 - 2*(2^2 - 1)^2*x/(1 + x - 2^6*x/(1 - 2*(2^3 - 1)^2*x/(1 + x - 2^8*x/(1 - 2*(2^4 - 1)^2*x/(1 + x - ... ))))))))). Cf. A075272. - Peter Bala, Nov 10 2017

CROSSREFS

Cf. A075272.

STATUS

approved

editing

#19 by Bruno Berselli at Mon Oct 17 02:55:28 EDT 2016
STATUS

reviewed

approved

#18 by G. C. Greubel at Mon Oct 17 01:59:29 EDT 2016
STATUS

proposed

reviewed