[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 A168075 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A168075 Expansion of (1+27x^2-54x^3)/((1+3x)^2*(1-3x+9 x^2)).
(history; published version)
#21 by Ray Chandler at Sun Mar 03 15:52:32 EST 2024
STATUS

editing

approved

#20 by Ray Chandler at Sun Mar 03 15:52:25 EST 2024
FORMULA

a(n) = (-3)^n*A168074A061891(n).

CROSSREFS

Cf. A168074A061891, A168076.

STATUS

approved

editing

#19 by Charles R Greathouse IV at Thu Sep 08 08:45:48 EDT 2022
PROG

(MAGMAMagma) I:=[1, -3, 36, -189]; [n le 4 select I[n] else -3*Self(n-1)-27*Self(n-3)-81*Self(n-4): n in [1..30]]; // Vincenzo Librandi, Jul 10 2016

Discussion
Thu Sep 08 08:45
OEIS Server: https://oeis.org/edit/global/2944
#18 by Joerg Arndt at Sun Jul 10 02:41:19 EDT 2016
STATUS

proposed

approved

#17 by Ilya Gutkovskiy at Sun Jul 10 02:36:12 EDT 2016
STATUS

editing

proposed

#16 by Ilya Gutkovskiy at Sun Jul 10 02:35:52 EDT 2016
FORMULA

a(n) = 2*(-3)^n*n + 3^n*(sin(Pi*n/3)/sqrt(3) + cos(Pi*n/3)). - Ilya Gutkovskiy, Jul 10 2016

STATUS

proposed

editing

#15 by Vincenzo Librandi at Sun Jul 10 01:24:31 EDT 2016
STATUS

editing

proposed

#14 by Vincenzo Librandi at Sun Jul 10 01:24:18 EDT 2016
DATA

1, -3, 36, -189, 567, -2430, 9477, -28431, 104976, -373977, 1121931, -3897234, 13286025, -39858075, 133923132, -444816117, 1334448351, -4390765542, 14334558093, -43003674279, 139471376040, -449795187729, 1349385563187, -4330586226042, 13839047287569

MATHEMATICA

CoefficientList[Series[(1 + 27 x^2 - 54 x^3) / ((1 + 3 x)^2 (1 - 3 x + 9 x^2)), {x, 0, 40}], x] (* Vincenzo Librandi, Jul 10 2016 *)

PROG

(MAGMA) I:=[1, -3, 36, -189]; [n le 4 select I[n] else -3*Self(n-1)-27*Self(n-3)-81*Self(n-4): n in [1..30]]; // Vincenzo Librandi, Jul 10 2016

STATUS

proposed

editing

#13 by Michel Marcus at Sun Jul 10 00:40:45 EDT 2016
STATUS

editing

proposed

#12 by Michel Marcus at Sun Jul 10 00:40:38 EDT 2016
CROSSREFS

Cf. A168074, A168076.

STATUS

proposed

editing

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 29 15:03 EDT 2024. Contains 375517 sequences. (Running on oeis4.)