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

Showing entries 1-10 | older changes
A168052 Hankel transform of a Motzkin variant.
(history; published version)
#22 by Alois P. Heinz at Mon Apr 03 18:31:18 EDT 2023
STATUS

proposed

approved

#21 by Stefano Spezia at Mon Apr 03 16:17:36 EDT 2023
STATUS

editing

proposed

#20 by Stefano Spezia at Mon Apr 03 16:16:33 EDT 2023
LINKS

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

#19 by Stefano Spezia at Mon Apr 03 14:43:00 EDT 2023
FORMULA

E.g.f.: exp(-x)*(6 - 6*x + exp(3*x/2)*(3*cos(sqrt(3)*x/2) + sqrt(3)*sin(sqrt(3)*x/2)))/9. - Stefano Spezia, Apr 03 2023

STATUS

approved

editing

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

(MAGMAMagma) I:=[1, -1, 2, -3]; [n le 4 select I[n] else - Self(n-1)-Self(n-3)- Self(n-4): n in [1..65]]; // Vincenzo Librandi, Jul 08 2016

Discussion
Thu Sep 08 08:45
OEIS Server: https://oeis.org/edit/global/2944
#17 by Alois P. Heinz at Fri Jul 08 03:31:29 EDT 2016
STATUS

editing

approved

#16 by Alois P. Heinz at Fri Jul 08 03:31:19 EDT 2016
FORMULA

a(n) = cos(piPi*n/3)/3 + sqrt(3)*sin(piPi*n/3)/9 + 2*(n+1)*(-1)^n/3.

CROSSREFS

Cf. A010892, A168051.

STATUS

reviewed

editing

#15 by Joerg Arndt at Fri Jul 08 03:19:13 EDT 2016
STATUS

proposed

reviewed

#14 by Vincenzo Librandi at Fri Jul 08 01:15:37 EDT 2016
STATUS

editing

proposed

#13 by Vincenzo Librandi at Fri Jul 08 01:15:28 EDT 2016
FORMULA

G.f.: (1+x^2)/((1+x)^2(*(1-x+x^2)).

MATHEMATICA

CoefficientList[Series[(1 + x^2) / ((1 + x)^2 (1 - x + x^2)), {x, 0, 80}], x] (* Vincenzo Librandi, Jul 08 2016 *)

PROG

(MAGMA) I:=[1, -1, 2, -3]; [n le 4 select I[n] else - Self(n-1)-Self(n-3)- Self(n-4): n in [1..65]]; // Vincenzo Librandi, Jul 08 2016

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 09:35 EDT 2024. Contains 375511 sequences. (Running on oeis4.)