[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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

Showing all changes.
0-sequence of reduction of binomial coefficient sequence B(n,4)=A000332 by x^2 -> x+1.
(history; published version)
#7 by N. J. A. Sloane at Sun Dec 04 19:46:25 EST 2016
MATHEMATICA

(* by _Peter J. C. Moses, _, Jun 20 2011 *)

Discussion
Sun Dec 04
19:46
OEIS Server: https://oeis.org/edit/global/2576
#6 by R. J. Mathar at Sun May 04 16:32:04 EDT 2014
STATUS

editing

approved

#5 by R. J. Mathar at Sun May 04 16:29:27 EDT 2014
FORMULA

Conjecture: G.f.: -x*(-1+5*x-20*x^2+30*x^3-25*x^4+8*x^5) / ( (x-1)*(x^2+x-1)^5 ). - R. J. Mathar, May 04 2014

STATUS

approved

editing

#4 by Russ Cox at Fri Mar 30 18:57:34 EDT 2012
AUTHOR

_Clark Kimberling (ck6(AT)evansville.edu), _, Jun 27 2011

Discussion
Fri Mar 30
18:57
OEIS Server: https://oeis.org/edit/global/285
#3 by T. D. Noe at Tue Jun 28 11:19:21 EDT 2011
STATUS

proposed

approved

#2 by Clark Kimberling at Mon Jun 27 14:33:04 EDT 2011
NAME

allocated for Clark Kimberling0-sequence of reduction of binomial coefficient sequence B(n,4)=A000332 by x^2 -> x+1.

DATA

1, 1, 16, 51, 191, 569, 1619, 4259, 10694, 25709, 59743, 134818, 296798, 639518, 1352498, 2813750, 5769200, 11676395, 23358450, 46239770, 90667076, 176244326, 339887026, 650715076, 1237467151, 2338753519, 4394813644, 8214444389

OFFSET

1,3

COMMENTS

See A192232 for definition of "k-sequence of reduction of [sequence] by [substitution]".

MATHEMATICA

c[n_] := n (n + 1) (n + 2) (n + 3)/24; (* binomial B(n, 4), A000332 *)

Table[c[n], {n, 1, 15}]

q[x_] := x + 1;

p[0, x_] := 1; p[n_, x_] := p[n - 1, x] + (x^n)*c[n + 1]

reductionRules = {x^y_?EvenQ -> q[x]^(y/2),

x^y_?OddQ -> x q[x]^((y - 1)/2)};

t = Table[

Last[Most[

FixedPointList[Expand[#1 /. reductionRules] &, p[n, x]]]], {n, 0,

40}]

Table[Coefficient[Part[t, n], x, 0], {n, 1, 40}] (* A192248 *)

Table[Coefficient[Part[t, n], x, 1], {n, 1, 40}] (* A192249 *)

Table[Coefficient[Part[t, n]/5, x, 1], {n, 1, 40}] (* A192069 *)

(* by Peter Moses, Jun 20 2011 *)

CROSSREFS
KEYWORD

allocated

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu), Jun 27 2011

STATUS

approved

proposed

#1 by Clark Kimberling at Sun Jun 26 16:36:54 EDT 2011
NAME

allocated for Clark Kimberling

KEYWORD

allocated

STATUS

approved