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

Revision History for A011864

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

Showing entries 1-10 | older changes
a(n) = floor(n*(n - 1)/11).
(history; published version)
#23 by OEIS Server at Sun Mar 03 11:54:11 EST 2024
LINKS

Harvey P. Dale, <a href="/A011864/b011864_1.txt">Table of n, a(n) for n = 0..1000</a>

#22 by Harvey P. Dale at Sun Mar 03 11:54:11 EST 2024
STATUS

editing

approved

Discussion
Sun Mar 03
11:54
OEIS Server: Installed first b-file as b011864.txt.
#21 by Harvey P. Dale at Sun Mar 03 11:54:08 EST 2024
LINKS

Harvey P. Dale, <a href="/A011864/b011864_1.txt">Table of n, a(n) for n = 0..1000</a>

STATUS

approved

editing

#20 by Harvey P. Dale at Sun Mar 03 11:52:35 EST 2024
STATUS

editing

approved

#19 by Harvey P. Dale at Sun Mar 03 11:52:31 EST 2024
MATHEMATICA

Table[Floor[(n(n-1))/11], {n, 0, 70}] (* Harvey P. Dale, Mar 03 2024 *)

STATUS

approved

editing

#18 by Peter Luschny at Fri Aug 13 05:11:25 EDT 2021
STATUS

editing

approved

#17 by Peter Luschny at Fri Aug 13 05:09:50 EDT 2021
MATHEMATICA

LinearRecurrence[{2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 1}, {0, 0, 0, 0, 1, 1, 2, 3, 5, 6, 8, 10, 12}, 64] (* Peter Luschny, Aug 13 2021 *)

STATUS

proposed

editing

Discussion
Fri Aug 13
05:11
Peter Luschny: Georg, you can easily check the format with Mathematica: It is the first part in the calling sequence.
#16 by Peter Luschny at Thu Aug 12 12:13:50 EDT 2021
STATUS

editing

proposed

Discussion
Thu Aug 12
13:24
Georg Fischer: So my format is ok?!
#15 by Peter Luschny at Thu Aug 12 12:11:10 EDT 2021
NAME

[ a(n) = floor(n*(n - 1)/11 ]).

FORMULA

From R. J. Mathar, Apr 15 2010: (Start)

a(n) = 2*a(n - 1) - a(n - 2) + a(n - 11) - 2*a(n - 12) + a(n - 13).

a(n) = +2*a(n-1) -a(n-2) +a(n-11) -2*a(n-12) +a(n-13). G.f.: x^4*(x^2 - x + 1)*(1 + x^4)/ ((1 - x)^3 * (1 + x + x^2 + x^3 + x^4 + x^5 + x^6 + x^7 + x^8 + x^9 + x^10)). [_R. J. Mathar_, Apr 15 2010](End)

STATUS

proposed

editing

Discussion
Thu Aug 12
12:13
Peter Luschny: Silence is Golden, v=n03g8nsaBro.
#14 by Michel Marcus at Thu Aug 12 12:08:51 EDT 2021
STATUS

editing

proposed