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!)
A176712 a(n) = 16*n^4 + 256*n^3 + 1160*n^2 + 1088*n + 285. 3
285, 2805, 9405, 22197, 43677, 76725, 124605, 190965, 279837, 395637, 543165, 727605, 954525, 1229877, 1559997, 1951605, 2411805, 2948085, 3568317, 4280757, 5094045, 6017205, 7059645, 8231157, 9541917, 11002485, 12623805, 14417205 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Since the formula can be factored, there are no primes in the sequence.
LINKS
FORMULA
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) + 384 for n > 3; a(0)=21, a(1)=285, a(2)=1365, a(3)=4221.
G.f.: 3*(95 + 460*x - 590*x^2 + 124*x^3 + 39*x^4)/(1-x)^5.
a(n) = (2*n+1)*(2*n+15)*(4*n^2+32*n+19).
a(n) = a(-n-8). - Bruno Berselli, Sep 05 2011
MATHEMATICA
Table[16n^4+256n^3+1160n^2+1088n+285, {n, 0, 30}] (* or *) LinearRecurrence[ {5, -10, 10, -5, 1}, {285, 2805, 9405, 22197, 43677}, 30] (* Harvey P. Dale, Jan 10 2017 *)
PROG
(Magma) [ 16*n^4+256*n^3+1160*n^2+1088*n+285: n in [0..27] ];
CROSSREFS
Cf. A176711.
Sequence in context: A288037 A105921 A209311 * A225881 A332919 A278629
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Apr 24 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 April 17 22:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)