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!)
A167547 The fourth row of the ED1 array A167546. 3
6, 48, 160, 384, 762, 1336, 2148, 3240, 4654, 6432, 8616, 11248, 14370, 18024, 22252, 27096, 32598, 38800, 45744, 53472, 62026, 71448, 81780, 93064, 105342, 118656, 133048, 148560, 165234, 183112, 202236, 222648, 244390, 267504, 292032, 318016 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 7*n^3 - 7*n^2 + 14*n - 8.
G.f.: (6+24*z+4*z^2+8*z^3)/(1-z)^4.
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). - G. C. Greubel, Jun 15 2016
MATHEMATICA
Table[7*n^3 - 7*n^2 + 14*n - 8, {n, 1, 100}] (* or *) LinearRecurrence[{4, -6, 4, -1}, {6, 48, 160, 384}, 100] (* G. C. Greubel, Jun 15 2016 *)
CROSSREFS
Cf. A167546.
Sequence in context: A153796 A250226 A250274 * A244726 A335384 A331668
KEYWORD
easy,nonn
AUTHOR
Johannes W. Meijer, Nov 10 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 May 24 05:24 EDT 2024. Contains 372772 sequences. (Running on oeis4.)