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!)
A179905 (1, 4, 7, 10, 13, ...) convolved with (1, 0, 4, 7, 10, 13, ...); given A016777 = (1, 4, 7, 10, 13, ...). 1
1, 4, 11, 33, 79, 158, 279, 451, 683, 984, 1363, 1829, 2391, 3058, 3839, 4743, 5779, 6956, 8283, 9769, 11423, 13254, 15271, 17483, 19899, 22528, 25379, 28461, 31783, 35354, 39183, 43279, 47651, 52308, 57259, 62513, 68079, 73966 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
(1 + 4x + 11x^2 + 33x^3 + ...) = (1 + 4x + 10x^2 + 13x^3 + ...) *
(1 + 4x^2 + 10x^3 + 13x^4 + ...).
G.f. 1 -x*(x-4)*(3*x^2-x+1)/(x-1)^4. - R. J. Mathar, Apr 04 2012
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). - Vincenzo Librandi, Jul 04 2012
EXAMPLE
a(4) = 79 = (13, 10, 7, 4, 1) dot (1, 0, 4, 7, 10) = (13 + 0 + 28 + 28 + 10).
MATHEMATICA
CoefficientList[Series[1-x*(x-4)*(3*x^2-x+1)/(x-1)^4, {x, 0, 50}], x] (* Vincenzo Librandi, Jul 04 2012 *)
Join[{1}, LinearRecurrence[{4, -6, 4, -1}, {4, 11, 33, 79}, 40]] (* Harvey P. Dale, Jun 24 2014 *)
PROG
(Magma) I:=[1, 4, 11, 33, 79]; [n le 5 select I[n] else 4*Self(n-1)-6*Self(n-2)+4*Self(n-3)-Self(n-4): n in [1..50]]; // Vincenzo Librandi, Jul 04 2012
CROSSREFS
Cf. A016777.
Sequence in context: A149232 A149233 A273038 * A034745 A217860 A307073
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, Jul 31 2010
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 12 14:10 EDT 2024. Contains 372480 sequences. (Running on oeis4.)