[go: up one dir, main page]

login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
Revision History for A144479 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A144479 a(0)=1, a(1)=3, a(n) = 8*a(n-1) - a(n-2).
(history; published version)
#21 by Charles R Greathouse IV at Thu Sep 08 08:45:38 EDT 2022
PROG

(MAGMAMagma) I:=[1, 3]; [n le 2 select I[n] else 8*Self(n-1)-Self(n-2): n in [1..30]]; // Vincenzo Librandi, Oct 12 2015

Discussion
Thu Sep 08 08:45
OEIS Server: https://oeis.org/edit/global/2944
#20 by Joerg Arndt at Mon Oct 12 12:28:12 EDT 2015
STATUS

proposed

approved

#19 by Vincenzo Librandi at Mon Oct 12 12:18:31 EDT 2015
STATUS

editing

proposed

#18 by Vincenzo Librandi at Mon Oct 12 12:18:14 EDT 2015
MATHEMATICA

LinearRecurrence[{8, -1}, {1, 3}, 25] (* Vincenzo Librandi, Oct 12 2015 *)

PROG

(MAGMA) I:=[1, 3]; [n le 2 select I[n] else 8*Self(n-1)-Self(n-2): n in [1..30]]; // Vincenzo Librandi, Oct 12 2015

STATUS

proposed

editing

#17 by Jon E. Schoenfield at Mon Oct 12 12:02:57 EDT 2015
STATUS

editing

proposed

#16 by Jon E. Schoenfield at Mon Oct 12 12:02:55 EDT 2015
NAME

a(0)=1, a(1)=3, a(n)=) = 8*a(n-1)-) - a(n-2).

STATUS

reviewed

editing

#15 by Michel Marcus at Mon Oct 12 12:02:28 EDT 2015
STATUS

proposed

reviewed

#14 by Colin Barker at Mon Oct 12 11:32:28 EDT 2015
STATUS

editing

proposed

#13 by Colin Barker at Mon Oct 12 11:31:49 EDT 2015
DATA

1, 3, 23, 181, 1425, 11219, 88327, 695397, 5474849, 43103395, 339352311, 2671715093, 21034368433, 165603232371, 1303791490535, 10264728691909, 80814038044737, 636247575665987, 5009166567283159, 39437084962599285, 310487513133511121, 2444463020105489683

LINKS

Colin Barker, <a href="/A144479/b144479.txt">Table of n, a(n) for n = 0..1000</a>

FORMULA

G.f.: (1-5*x)/(1-8*x+x^2). [From _). - _Philippe Deléham_, Mar 28 2009]

a(n) = A001090(n+1)-5*A001090(n). [From _). - _R. J. Mathar_, Mar 29 2009]

a(n) = (((4-sqrt(15))^n*(1+sqrt(15))+(-1+sqrt(15))*(4+sqrt(15))^n))/(2*sqrt(15)). - Colin Barker, Oct 12 2015

PROG

(PARI) Vec((1-5*x)/(1-8*x+x^2) + O(x^40)) \\ Colin Barker, Oct 12 2015

STATUS

approved

editing

#12 by Ray Chandler at Mon Jul 27 19:44:27 EDT 2015
STATUS

editing

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 30 19:17 EDT 2024. Contains 375545 sequences. (Running on oeis4.)