The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A016294 Expansion of 1/((1-2x)(1-4x)(1-12x)). 0
1, 18, 244, 3048, 37072, 446880, 5370688, 64480896, 773901568, 9287342592, 111450207232, 1337410873344, 16048964030464, 192587702575104, 2311052967755776, 27732637760520192, 332791661716111360 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Vincenzo Librandi, Mar 16 2011: (Start)
a(n) = 18*a(n-1) - 80*a(n-2) + 96*a(n-3), n >= 3.
a(n) = 16*a(n-1) - 48*a(n-2) + 2^n, n >= 2. (End)
a(n) = 9*12^n/5 + 2^n/5 - 4^n. - R. J. Mathar, Mar 17 2011
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-4x)(1-12x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{18, -80, 96}, {1, 18, 244}, 20] (* Harvey P. Dale, Oct 10 2019 *)
CROSSREFS
Sequence in context: A333298 A016186 A081203 * A153593 A001713 A110395
KEYWORD
nonn
AUTHOR
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 May 15 01:31 EDT 2024. Contains 372536 sequences. (Running on oeis4.)