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!)
A129452 Expansion of (1-9*x^2-27*x^3)/((1+3*x+9*x^2)*(1-4*x-9*x^2-9*x^3+81*x^4)). 1
1, 1, 4, 61, 208, 1093, 7198, 35560, 193450, 1089772, 5837140, 31840051, 174564403, 949080799, 5176371973, 28253599486, 154003756249, 839880083245, 4580937825271, 24980164298164, 136230227328730, 742951002036193 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
LinearRecurrence[{1, 12, 72, 27, -162, -729}, {1, 1, 4, 61, 208, 1093}, 41] (* G. C. Greubel, Feb 07 2024 *)
PROG
(Magma) R<x>:=PowerSeriesRing(Integers(), 40); Coefficients(R!( (1-9*x^2-27*x^3)/((1+3*x+9*x^2)*(1-4*x-9*x^2-9*x^3+81*x^4)) )); // G. C. Greubel, Feb 07 2024
(SageMath)
def A129452_list(prec):
P.<x> = PowerSeriesRing(ZZ, prec)
return P( (1-9*x^2-27*x^3)/((1+3*x+9*x^2)*(1-4*x-9*x^2-9*x^3+81*x^4)) ).list()
A129452_list(40) # G. C. Greubel, Feb 07 2024
CROSSREFS
Sequence in context: A173607 A071582 A158300 * A131014 A118005 A132064
KEYWORD
nonn,less
AUTHOR
Roger L. Bagula, Jun 08 2007
STATUS
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 March 29 08:59 EDT 2024. Contains 371268 sequences. (Running on oeis4.)