[go: up one dir, main page]

login
Revision History for A017129 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

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

(MAGMAMagma) [(8*n+5)^5: n in [0..35] ]; // Vincenzo Librandi, Jul 21 2011

Discussion
Thu Sep 08
08:44
OEIS Server: https://oeis.org/edit/global/2944
#16 by N. J. A. Sloane at Thu Oct 18 22:13:20 EDT 2018
STATUS

proposed

approved

#15 by Jon E. Schoenfield at Thu Oct 18 21:16:46 EDT 2018
STATUS

editing

proposed

#14 by Jon E. Schoenfield at Thu Oct 18 21:16:41 EDT 2018
NAME

a(n) = (8*n + 5)^5.

FORMULA

a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6); a(0)=3125, a(1)=371293, a(2)=4084101, a(3)=20511149, a(4)=69343957, a(5)=184528125, a(n)=6*a(n-1)-15*a(n-2)+20*a(n-3)-15*a(n-4)+ 6*a(n-5)- a(n. -6) [From _Harvey P. Dale, _, Oct 10 2011]

G.f.: ( 3125 + 352543*x + 1903218*x^2 + 1513438*x^3 + 159593*x^4 + 243*x^5 ) / ( (x-1)^6 ). - R. J. Mathar, May 08 2015

PROG

(MAGMA) [(8*n+5)^5: n in [0..35] ]; // _Vincenzo Librandi, _, Jul 21 2011

AUTHOR
STATUS

approved

editing

#13 by Charles R Greathouse IV at Sat Jun 13 00:48:40 EDT 2015
LINKS

<a href="/index/Rec#order_06">Index to sequences with entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1).

Discussion
Sat Jun 13
00:48
OEIS Server: https://oeis.org/edit/global/2439
#12 by R. J. Mathar at Fri May 08 14:00:59 EDT 2015
STATUS

editing

approved

#11 by R. J. Mathar at Fri May 08 14:00:55 EDT 2015
LINKS

<a href="/index/Rec#order_06">Index to sequences with linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1).

FORMULA

G.f.: ( 3125 +352543*x +1903218*x^2 +1513438*x^3 +159593*x^4 +243*x^5 ) / ( (x-1)^6 ). - R. J. Mathar, May 08 2015

STATUS

approved

editing

#10 by Charles R Greathouse IV at Thu Nov 21 12:46:07 EST 2013
MATHEMATICA

(8Range[0, 20]+5)^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {3125, 371293, 4084101, 20511149, 69343957, 184528125}, 21] (* From _Harvey P. Dale, _, Oct 10 2011 *)

Discussion
Thu Nov 21
12:46
OEIS Server: https://oeis.org/edit/global/2062
#9 by Russ Cox at Fri Mar 30 16:46:14 EDT 2012
AUTHOR

_N. J. A. Sloane (njas(AT)research.att.com)_.

Discussion
Fri Mar 30
16:46
OEIS Server: https://oeis.org/edit/global/110
#8 by Harvey P. Dale at Mon Oct 10 20:19:39 EDT 2011
STATUS

editing

approved