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

Showing entries 1-10 | older changes
A002941 Arrays of dumbbells.
(history; published version)
#34 by Charles R Greathouse IV at Thu Sep 08 08:44:31 EDT 2022
PROG

(MAGMAMagma) m:=30; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!( (1+x)^2/((1-x-x^2)^3*(1-x)^2) )); // G. C. Greubel, Jan 31 2019

Discussion
Thu Sep 08 08:44
OEIS Server: https://oeis.org/edit/global/2944
#33 by Harvey P. Dale at Sun Aug 29 19:02:36 EDT 2021
STATUS

editing

approved

#32 by Harvey P. Dale at Sun Aug 29 19:02:32 EDT 2021
MATHEMATICA

LinearRecurrence[{5, -7, -2, 10, -2, -5, 1, 1}, {1, 7, 29, 94, 263, 667, 1577, 3538}, 30] (* Harvey P. Dale, Aug 29 2021 *)

STATUS

approved

editing

#31 by Susanna Cuyler at Thu Jan 31 19:37:35 EST 2019
STATUS

proposed

approved

#30 by G. C. Greubel at Thu Jan 31 14:11:52 EST 2019
STATUS

editing

proposed

#29 by G. C. Greubel at Thu Jan 31 14:11:29 EST 2019
FORMULA

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

MATHEMATICA

CoefficientList[(1+x)^2/(/((1-x-x^2)^3/(*(1-x)^2 + ) + O[x]^30, x] (* Jean-François Alcover, Jul 31 2018 *)

PROG

(PARI) x='x+O('x^9930); Vec((1+x)^2/(/((1-x-x^2)^3/(*(1-x)^2) \\ _)) \\ _Altug Alkan_, Jul 31 2018

(MAGMA) m:=30; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!( (1+x)^2/((1-x-x^2)^3*(1-x)^2) )); // G. C. Greubel, Jan 31 2019

(Sage) ((1+x)^2/((1-x-x^2)^3*(1-x)^2)).series(x, 30).coefficients(x, sparse=False) # G. C. Greubel, Jan 31 2019

AUTHOR

_N. J. A. Sloane_._

STATUS

approved

editing

#28 by Bruno Berselli at Tue Jul 31 09:56:56 EDT 2018
STATUS

proposed

approved

#27 by Altug Alkan at Tue Jul 31 09:44:22 EDT 2018
STATUS

editing

proposed

#26 by Altug Alkan at Tue Jul 31 09:43:57 EDT 2018
PROG

(PARI) x='x+O('x^99); Vec((1+x)^2/(1-x-x^2)^3/(1-x)^2) \\ Altug Alkan, Jul 31 2018

STATUS

proposed

editing

#25 by Jean-François Alcover at Tue Jul 31 09:10:03 EDT 2018
STATUS

editing

proposed

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 31 19:25 EDT 2024. Contains 375573 sequences. (Running on oeis4.)