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!)
A085353 Expansion of (1-5x)/((1-6x)(1-7x)). 2
1, 8, 62, 470, 3506, 25838, 188642, 1367150, 9849986, 70629518, 504484322, 3591856430, 25505792066, 180717326798, 1278081981602, 9024938035310, 63644751231746, 448334368529678, 3155267239152482, 22188430630735790 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A085352.
LINKS
FORMULA
a(n) = 2*7^n-6^n.
a(n) = 2*A000420(n) - A000400(n). - Michel Marcus, Dec 03 2013
MAPLE
A085353:=n->2*7^n - 6^n; seq(A085353(n), n=0..20); # Wesley Ivan Hurt, Dec 02 2013
MATHEMATICA
Table[2*7^n - 6^n, {n, 0, 20}] (* Wesley Ivan Hurt, Dec 02 2013 *)
CoefficientList[Series[(1-5x)/((1-6x)(1-7x)), {x, 0, 30}], x] (* Harvey P. Dale, Apr 22 2019 *)
CROSSREFS
Cf. A085352.
Sequence in context: A284225 A229011 A126628 * A125396 A163444 A190975
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jun 24 2003
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 June 12 21:26 EDT 2024. Contains 373360 sequences. (Running on oeis4.)