Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A173674

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

Showing entries 1-10 | older changes
a(n) = ceiling(A003269(n)/2).
(history; published version)
#26 by Michel Marcus at Mon Jul 01 03:24:11 EDT 2019
STATUS

reviewed

approved

#25 by Joerg Arndt at Mon Jul 01 02:15:47 EDT 2019
STATUS

proposed

reviewed

Discussion
Mon Jul 01
03:24
Michel Marcus: yes A003296 was a typo
#24 by Joerg Arndt at Mon Jul 01 02:15:21 EDT 2019
STATUS

editing

proposed

#23 by Joerg Arndt at Mon Jul 01 02:14:47 EDT 2019
COMMENTS

The 500th iteration:

Table[N[Ceiling[a[n + 1]/2]/Floor[a[n]/2]], {n, 4, 500}][[500 - 4]]

gives:

1.3802775690976141.

The x^4 - x^3 - 1 root ratio limit of A003296 is:

1.3802775690976141.

MATHEMATICA

ab[0] = 0; ab[1] = 1; ab[2] = 1; ab[3] = 1;

ab[n_] := ab[n] = ab[n - 1] + ab[n - 4]

Table[ab[n] - Floor[ab[n]/2], {n, 0, 30}]

STATUS

proposed

editing

#22 by Jon E. Schoenfield at Sun Jun 30 23:54:27 EDT 2019
STATUS

editing

proposed

#21 by Jon E. Schoenfield at Sun Jun 30 23:52:26 EDT 2019
NAME

ceil[a(n) = ceiling(A003269(n)/2]).

COMMENTS

The x^4 - x^3 - 1 root ratio limit of A003296 is:

FORMULA

a(n) = A003269(n) -Floor[ floor(A003269(n)/2]):

a(n) =Ceiling[ ceiling(A003269(n)/2]).

a(n)= +a(n-1) + a(n-4) + a(n-15) - a(n-16) - a(n-19). - R. J. Mathar, Sep 10 2016

CROSSREFS

Cf. A003269.

STATUS

approved

editing

Discussion
Sun Jun 30
23:54
Jon E. Schoenfield: If this isn't considered keyword:uned, should the Mmca code be translated to acceptable notation?
#20 by Ray Chandler at Fri Nov 18 09:11:06 EST 2016
STATUS

editing

approved

#19 by Ray Chandler at Fri Nov 18 09:11:02 EST 2016
LINKS

<a href="/index/Rec#order_19">Index entries for linear recurrences with constant coefficients</a>, order 19signature (1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0, -1).

STATUS

approved

editing

#18 by R. J. Mathar at Sat Sep 10 15:24:04 EDT 2016
STATUS

reviewed

approved

#17 by R. J. Mathar at Sat Sep 10 15:05:44 EDT 2016
STATUS

proposed

reviewed