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!)
A016278 Expansion of 1/((1-2x)(1-3x)(1-9x)). 2
1, 14, 145, 1370, 12541, 113534, 1023865, 9221090, 83008981, 747138854, 6724424785, 60520350410, 544684739821, 4902167424974, 44119521140905, 397075733249330, 3573681728253061, 32163135941435894, 289468224634660225 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Jeremiah Bartz, Bruce Dearden, and Joel Iiams, Counting families of generalized balancing numbers, The Australasian Journal of Combinatorics (2020) Vol. 77, Part 3, 318-325.
FORMULA
a(n) = 14*a(n-1) - 51*a(n-2) + 54*a(n-3); a(n) = (4/7)*2^(n-1) + (-3/2)*3^(n-1) + (27/14)*9^(n-1). - Antonio Alberto Olivares, Apr 21 2008, Apr 22 2008
MATHEMATICA
CoefficientList[Series[1 / ((1 - 2 x) (1 - 3 x) (1 - 9 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jun 24 2013 *)
PROG
(PARI) Vec(1/((1-2*x)*(1-3*x)*(1-9*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-2*x)*(1-3*x)*(1-9*x)))); // Vincenzo Librandi, Jun 24 2013
CROSSREFS
Sequence in context: A016233 A276250 A099914 * A241169 A209347 A132934
KEYWORD
nonn,easy
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 14 10:41 EDT 2024. Contains 372532 sequences. (Running on oeis4.)