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

Showing entries 1-10 | older changes
a(n) = (4*9^n + (-1)^n)/5.
(history; published version)
#16 by Charles R Greathouse IV at Thu Sep 08 08:45:10 EDT 2022
PROG

(MAGMAMagma) [(4*9^n+(-1)^n)/5: n in [0..25]]; // Vincenzo Librandi, Jun 29 2011

Discussion
Thu Sep 08
08:45
OEIS Server: https://oeis.org/edit/global/2944
#15 by Charles R Greathouse IV at Sat Jun 13 00:51:02 EDT 2015
LINKS

<a href="/index/Rec#order_02">Index to sequences with entries for linear recurrences with constant coefficients</a>, signature (8,9).

Discussion
Sat Jun 13
00:51
OEIS Server: https://oeis.org/edit/global/2439
#14 by Bruno Berselli at Thu Jan 15 03:54:59 EST 2015
STATUS

reviewed

approved

#13 by Joerg Arndt at Thu Jan 15 03:17:08 EST 2015
STATUS

proposed

reviewed

#12 by Jon E. Schoenfield at Wed Jan 14 21:01:58 EST 2015
STATUS

editing

proposed

#11 by Jon E. Schoenfield at Wed Jan 14 21:01:56 EST 2015
NAME

a(n) = (4*9^n + (-1)^n)/5.

FORMULA

E.g.f.: (4*exp(9*x) + exp(-x))/5.

STATUS

proposed

editing

#10 by Michel Marcus at Wed Jan 14 13:58:47 EST 2015
STATUS

editing

proposed

#9 by Michel Marcus at Wed Jan 14 11:55:25 EST 2015
NAME

a(n) = (4*9^n+(-1)^n)/5.

LINKS

<a href="/index/ReaRec#recLCCorder_02">Index to sequences with linear recurrences with constant coefficients</a>, signature (8,9).

FORMULA

a(n)=(4*9^n+(-1)^n)/5 G.f. (1-x)/((1-9x)(1+x)) E.g.f. (4exp(9x)+exp(-x))/5

G.f.: (1-x)/((1-*9x)(1+x)).

E.g.f.: (4*exp(9*x)+exp(-x))/5.

PROG

(MAGMA) [(4*9^n+(-1)^n)/5: n in [0..25]]; // _Vincenzo Librandi, _, Jun 29 2011

STATUS

approved

editing

#8 by Charles R Greathouse IV at Mon May 13 01:48:18 EDT 2013
PROG

(PARI) a(n)=4*9^n\/5 \\ _Charles R Greathouse IV, _, Jun 29 2011

Discussion
Mon May 13
01:48
OEIS Server: https://oeis.org/edit/global/1914
#7 by Russ Cox at Fri Mar 30 18:58:49 EDT 2012
AUTHOR

_Paul Barry (pbarry(AT)wit.ie), _, Apr 24 2003

Discussion
Fri Mar 30
18:58
OEIS Server: https://oeis.org/edit/global/287