[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 A297443 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(n) = a(n-1) + 2*a(n-2) - 2*a(n-3) + 3*a(n-4) - 3*a(n-5), where a(0) = 1, a(1) = 3, a(2) = 6, a(3) = 11, a(4) = 20, a(5) = 33.
(history; published version)
#13 by N. J. A. Sloane at Sat Feb 03 16:37:29 EST 2018
STATUS

proposed

approved

#12 by Clark Kimberling at Sun Jan 21 15:25:19 EST 2018
STATUS

editing

proposed

#11 by Clark Kimberling at Sun Jan 21 15:24:53 EST 2018
FORMULA

If n = (1 mod 4) or n = (1 mod 4), then a(n) = 3*a(n-2); otherwise, a(n) = 3*a(n-2) + 2.

Discussion
Sun Jan 21
15:25
Clark Kimberling: I removed the formula.
#10 by Jon E. Schoenfield at Sun Jan 21 14:42:50 EST 2018
STATUS

proposed

editing

#9 by Colin Barker at Sun Jan 21 14:01:56 EST 2018
STATUS

editing

proposed

Discussion
Sun Jan 21
14:42
Jon E. Schoenfield: Why does the Formula section begin with "If n = (1 mod 4) or n = (1 mod 4)"?
#8 by Colin Barker at Sun Jan 21 13:57:58 EST 2018
FORMULA

G.f.: (3 1 + 3 2*x - + x^2 + 3 x^3 - 6 3*x^45) / ((1 - x - 2 )*(1 + x^2 + 2 x^3 )*(1 - 3 x^4 + 3 *x^52)). - Corrected by _Colin Barker_, Jan 21 2018

PROG

(PARI) Vec((1 + 2*x + x^2 + x^3 - 3*x^5) / ((1 - x)*(1 + x^2)*(1 - 3*x^2)) + O(x^40)) \\ Colin Barker, Jan 21 2018

STATUS

proposed

editing

Discussion
Sun Jan 21
14:01
Colin Barker: Corrected the given g.f. which didn't give the initial term 1.
#7 by Clark Kimberling at Sun Jan 21 13:51:38 EST 2018
STATUS

editing

proposed

#6 by Clark Kimberling at Sun Jan 21 13:50:47 EST 2018
LINKS

<a href="/index/Rec#order_0205">Index entries for linear recurrences with constant coefficients</a>, signature (1,2,-2,3,-3)

FORMULA

G.f.: (3 + 3 x - x^2 + 3 x^3 - 6 x^4)/(1 - x - 2 x^2 + 2 x^3 - 3 x^4 + 3 x^5.

3 x^5).

STATUS

proposed

editing

#5 by Clark Kimberling at Sun Jan 21 08:22:02 EST 2018
STATUS

editing

proposed

#4 by Clark Kimberling at Sun Jan 21 08:12:37 EST 2018
FORMULA

3 x^5).