login

Revision History for A064754

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

Showing entries 1-10 | older changes
a(n) = n*8^n - 1.
(history; published version)
#22 by Alois P. Heinz at Wed Mar 27 11:20:45 EDT 2024
STATUS

proposed

approved

#21 by Michel Marcus at Wed Mar 27 10:53:27 EDT 2024
STATUS

editing

proposed

#20 by Michel Marcus at Wed Mar 27 10:53:24 EDT 2024
LINKS

<a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (17,-80,64).

STATUS

approved

editing

#19 by Charles R Greathouse IV at Thu Sep 08 08:45:04 EDT 2022
PROG

(MAGMAMagma) [ n*8^n-1: n in [1..20]]; // Vincenzo Librandi, Sep 16 2011

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#18 by Jon E. Schoenfield at Mon Nov 12 03:03:31 EST 2018
STATUS

editing

approved

#17 by Jon E. Schoenfield at Mon Nov 12 03:03:28 EST 2018
NAME

a(n) = n*8^n - 1.

FORMULA

G.f.: x*(64*x^2 - 8*x - 7)/((x-1)*(8*x-1)^2). [_- _Colin Barker_, Oct 15 2012]

a(1)=7, a(2)=127, a(3)=1535, a(n) = 17*a(n-1) - 80*a(n-2) + 64*a (n-3); a(1)=7, a(2)=127, a(3)=1535. - Harvey P. Dale, May 20 2013

PROG

(MAGMA) [ n*8^n-1: n in [1..20]]; // _Vincenzo Librandi, _, Sep 16 2011

STATUS

approved

editing

#16 by Charles R Greathouse IV at Sat Jun 13 00:50:29 EDT 2015
LINKS

<a href="/index/Rec">Index to sequences with entries for linear recurrences with constant coefficients</a>, signature (17,-80,64).

Discussion
Sat Jun 13
00:50
OEIS Server: https://oeis.org/edit/global/2439
#15 by Charles R Greathouse IV at Fri Jun 12 15:25:03 EDT 2015
LINKS

<a href="/index/Rea#recLCCRec">Index to sequences with linear recurrences with constant coefficients</a>, signature (17,-80,64).

Discussion
Fri Jun 12
15:25
OEIS Server: https://oeis.org/edit/global/2436
#14 by Harvey P. Dale at Mon May 20 12:03:24 EDT 2013
STATUS

editing

approved

#13 by Harvey P. Dale at Mon May 20 12:03:14 EDT 2013
FORMULA

a(1)=7, a(2)=127, a(3)=1535, a(n)=17*a(n-1)-80*a(n-2)+64*a (n-3). - Harvey P. Dale, May 20 2013

MATHEMATICA

Table[n*8^n-1, {n, 20}] (* or *) LinearRecurrence[{17, -80, 64}, {7, 127, 1535}, 20] (* Harvey P. Dale, May 20 2013 *)

STATUS

approved

editing