login

Revision History for A173812

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

Showing entries 1-10 | older changes
a(n) = (8*10^n - 17)/9 for n > 0.
(history; published version)
#22 by Alois P. Heinz at Mon Sep 09 12:48:32 EDT 2024
STATUS

proposed

approved

#21 by Elmo R. Oliveira at Mon Sep 09 12:45:57 EDT 2024
STATUS

editing

proposed

#20 by Elmo R. Oliveira at Mon Sep 09 12:42:50 EDT 2024
NAME

a(n) = (8*10^n - 17)/9 for n > 0.

DATA

7, 87, 887, 8887, 88887, 888887, 8888887, 88888887, 888888887, 8888888887, 88888888887, 888888888887, 8888888888887, 88888888888887, 888888888888887, 8888888888888887, 88888888888888887, 888888888888888887, 8888888888888888887, 88888888888888888887, 888888888888888888887

FORMULA

a(n) = 10*a(n-1) + 17 with n > 0, a(0)=-1.

From Vincenzo Librandi, Jul 05 2012: (Start)

a(n) = 11*a(n-1) - 10*a(n-2) for n > 2. - _Vincenzo Librandi_, Jul 05 2012

G.f.: x*(7+10*x)/((1-x)*(1-10*x)). - _Vincenzo Librandi_, Jul 05 2012(End)

E.g.f.: 1 + exp(x)*(8*exp(9*x) - 17)/9. - Elmo R. Oliveira, Sep 09 2024

STATUS

approved

editing

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

(MAGMAMagma) [(8*10^n-17)/9: n in [1..20]]; // Vincenzo Librandi, Jul 05 2012

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#18 by Charles R Greathouse IV at Sat Jun 17 03:56:13 EDT 2017
LINKS

<a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (11,-10).

Discussion
Sat Jun 17
03:56
OEIS Server: https://oeis.org/edit/global/2670
#17 by Charles R Greathouse IV at Sat Jun 13 00:53:28 EDT 2015
LINKS

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

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

<a href="/index/Rec#recLCC">Index to sequences with linear recurrences with constant coefficients</a>, signature (11,-10).

Discussion
Fri Jun 12
15:33
OEIS Server: https://oeis.org/edit/global/2437
#15 by Charles R Greathouse IV at Fri Jun 12 15:19:24 EDT 2015
LINKS

<a href="/Sindx_Rea.htmlindex/Rec#recLCC">Index to sequences with linear recurrences with constant coefficients</a>, signature (11,-10).

Discussion
Fri Jun 12
15:19
OEIS Server: https://oeis.org/edit/global/2434
#14 by Harvey P. Dale at Sat Jun 22 13:56:22 EDT 2013
STATUS

editing

approved

#13 by Harvey P. Dale at Sat Jun 22 13:56:16 EDT 2013
MATHEMATICA

Table[FromDigits[PadLeft[{7}, n, 8]], {n, 20}] (* Harvey P. Dale, Jun 22 2013 *)

STATUS

approved

editing