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!)
A019752 G.f.: 1/((1-4x)(1-11x)(1-12x)). 1
1, 27, 505, 8115, 120241, 1695387, 23126185, 308127555, 4034342881, 52117311147, 666165944665, 8442335850195, 106239836635921, 1329127977509307, 16546285315207945, 205119670292296035, 2533642759410327361, 31197987005034321867, 383112856942345668025 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Vincenzo Librandi, Oct 09 2011: (Start)
a(n) = (7*12^(n+2)+4^(n+2)-8*11^(n+2))/56.
a(n) = 23*a(n-1) - 132*a(n-2) + 4^n.
a(n) = 27*a(n-1) - 224*a(n-2) + 528*a(n-3), n>=3. (End)
MATHEMATICA
CoefficientList[Series[1/((1-4x)(1-11x)(1-12x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{27, -224, 528}, {1, 27, 505}, 30] (* Harvey P. Dale, Jul 16 2017 *)
PROG
(Magma) [(7*12^(n+2)+4^(n+2)-8*11^(n+2))/56 : n in [0..20]]; // Vincenzo Librandi, Oct 09 2011
(PARI) Vec(1/((1-4*x)*(1-11*x)*(1-12*x)) + O(x^30)) \\ Michel Marcus, Dec 27 2014
CROSSREFS
Sequence in context: A021994 A020568 A021734 * A001709 A016887 A110896
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Michel Marcus, Dec 27 2014
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 28 12:59 EDT 2024. Contains 371254 sequences. (Running on oeis4.)