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!)
A167191 4*n*(1+45*n+620*n^2). 2
2664, 20568, 68592, 161616, 314520, 542184, 859488, 1281312, 1822536, 2498040, 3322704, 4311408, 5479032, 6840456, 8410560, 10204224, 12236328, 14521752, 17075376, 19912080, 23046744, 26494248, 30269472, 34387296, 38862600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A167190, where this sequence arises as the integer part of the quotient.
LINKS
FORMULA
G.f. 24*x*(111+413*x+96*x^2) / (x-1)^4 . - R. J. Mathar, Jan 27 2012
a(n) = 4*a(n-1) -6*a(n-2) +4*a(n-3) -a(n-4). - Vincenzo Librandi, Jul 02 2012
MATHEMATICA
CoefficientList[Series[24*(111+413*x+96*x^2)/(x-1)^4, {x, 0, 40}], x] (* Vincenzo Librandi, Jul 02 2012 *)
LinearRecurrence[{4, -6, 4, -1}, {2664, 20568, 68592, 161616}, 40] (* Harvey P. Dale, Jun 15 2014 *)
PROG
(Magma) I:=[2664, 20568, 68592, 161616]; [n le 4 select I[n] else 4*Self(n-1)-6*Self(n-2)+4*Self(n-3)-Self(n-4): n in [1..40]]; // Vincenzo Librandi, Jul 02 2012
CROSSREFS
Cf. A167190.
Sequence in context: A235514 A197108 A224685 * A002482 A187293 A187195
KEYWORD
nonn,easy
AUTHOR
A.K. Devaraj, Oct 30 2009
EXTENSIONS
Extended beyond a(6) by R. J. Mathar, Nov 17 2009
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 April 24 19:52 EDT 2024. Contains 371963 sequences. (Running on oeis4.)