login

Revision History for A090251

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

Showing entries 1-10 | older changes
a(n) =29a(n-1) - a(n-2), starting with a(0) = 2 and a(1) = 29.
(history; published version)
#22 by N. J. A. Sloane at Sat Dec 07 12:18:24 EST 2019
PROG

(Sage) [lucas_number2(n, 29, 1) for n in xrangerange(0, 16)] # Zerinvary Lajos, Jun 27 2008

Discussion
Sat Dec 07
12:18
OEIS Server: https://oeis.org/edit/global/2837
#21 by Ray Chandler at Fri Jul 31 12:44:31 EDT 2015
STATUS

editing

approved

#20 by Ray Chandler at Fri Jul 31 12:44:28 EDT 2015
LINKS

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

STATUS

approved

editing

#19 by Michael Somos at Tue May 27 22:31:15 EDT 2014
STATUS

editing

approved

#18 by Michael Somos at Tue May 27 22:31:03 EDT 2014
MATHEMATICA

a[0] = 2; a[1] = 29; a[n_] := 29a[n - 1] - a[n - 2]; Table[ a[n], {n, 0, 15}] (from * _Robert G. Wilson v _, Jan 30 2004 *)

PROG

sage: (Sage) [lucas_number2(n, 29, 1) for n in xrange(0, 16)] - _# _Zerinvary Lajos_, Jun 27 2008

STATUS

approved

editing

Discussion
Tue May 27
22:31
Michael Somos: Light edits.
#17 by N. J. A. Sloane at Wed Oct 09 02:24:01 EDT 2013
PROG

sage: [lucas_number2(n, 29, 1) for n in xrange(0, 16)] - _Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), _, Jun 27 2008

Discussion
Wed Oct 09
02:24
OEIS Server: https://oeis.org/edit/global/1991
#16 by Harvey P. Dale at Tue May 28 19:25:06 EDT 2013
STATUS

editing

approved

#15 by Harvey P. Dale at Tue May 28 19:25:01 EDT 2013
MATHEMATICA

LinearRecurrence[{29, -1}, {2, 29}, 30] (* Harvey P. Dale, May 28 2013 *)

STATUS

approved

editing

#14 by Russ Cox at Sat Mar 31 14:40:29 EDT 2012
EXTENSIONS

Chebyshev and Pell comments from W. _Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de), _, Aug 31 2004

Discussion
Sat Mar 31
14:40
OEIS Server: https://oeis.org/edit/global/952
#13 by Russ Cox at Fri Mar 30 17:30:56 EDT 2012
EXTENSIONS

More terms from _Robert G. Wilson v (rgwv(AT)rgwv.com), _, Jan 30 2004

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