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

Showing entries 1-10 | older changes
a(1)=1, a(n)=n*20^(n-1)+a(n-1).
(history; published version)
#15 by Joerg Arndt at Mon Feb 12 06:36:37 EST 2024
STATUS

editing

approved

#14 by Paolo P. Lava at Mon Feb 12 06:33:50 EST 2024
FORMULA

a(n)=(1/361)*[1+20^n*[19*n-1)], with n>=0 [From Paolo P. Lava, Jan 13 2009]

STATUS

approved

editing

#13 by R. J. Mathar at Sat Nov 07 13:12:53 EST 2015
STATUS

editing

approved

#12 by R. J. Mathar at Sat Nov 07 13:12:43 EST 2015
FORMULA

G.f.: -x / ( (x-1)*(-1+20*x)^2 ). - R. J. Mathar, Nov 07 2015

STATUS

approved

editing

#11 by Ray Chandler at Thu Jul 30 15:03:38 EDT 2015
STATUS

editing

approved

#10 by Ray Chandler at Thu Jul 30 15:03:34 EDT 2015
LINKS

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

STATUS

approved

editing

#9 by Harvey P. Dale at Mon Jun 04 17:05:54 EDT 2012
STATUS

editing

approved

#8 by Harvey P. Dale at Mon Jun 04 17:05:42 EDT 2012
LINKS

Harvey P. Dale, <a href="/A014937/b014937.txt">Table of n, a(n) for n = 1..750</a>

FORMULA

a(1)=1, a(2)=41, a(3)=1241, a(n)=41*a(n-1)-440*a(n-2)+400*a(n-3) From Harvey P. Dale, Jun 04 2012

MATHEMATICA

RecurrenceTable[{a[1]==1, a[n]==n*20^(n-1)+a[n-1]}, a, {n, 20}] (* or *) LinearRecurrence[{41, -440, 400}, {1, 41, 1241}, 20] (* Harvey P. Dale, Jun 04 2012 *)

STATUS

approved

editing

#7 by Russ Cox at Fri Mar 30 18:53:15 EDT 2012
FORMULA

a(n)=(1/361)*[1+20^n*[19*n-1)], with n>=0 [From _Paolo P. Lava (paoloplava(AT)gmail.com), _, Jan 13 2009]

Discussion
Fri Mar 30
18:53
OEIS Server: https://oeis.org/edit/global/262
#6 by Russ Cox at Fri Mar 30 17:20:36 EDT 2012
AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com)

Olivier Gérard

Discussion
Fri Mar 30
17:20
OEIS Server: https://oeis.org/edit/global/117