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!)
A244726 6*n^3. 3
0, 6, 48, 162, 384, 750, 1296, 2058, 3072, 4374, 6000, 7986, 10368, 13182, 16464, 20250, 24576, 29478, 34992, 41154, 48000, 55566, 63888, 73002, 82944, 93750, 105456, 118098, 131712, 146334, 162000, 178746, 196608, 215622, 235824, 257250, 279936, 303918 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 6*x*(1 + 4*x + x^2)/(1 - x)^4.
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) for n>3.
MATHEMATICA
Table[6 n^3, {n, 0, 40}] (* or *) CoefficientList[Series[6 x (1 + 4 x + x^2)/(1 - x)^4, {x, 0, 40}], x]
PROG
(Magma) [6*n^3: n in [0..40]] /* or */ I:=[0, 6, 48, 162]; [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]];
CROSSREFS
Cf. similar sequences listed in A244725.
Sequence in context: A250226 A250274 A167547 * A335384 A331668 A005353
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jul 05 2014
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 5 04:35 EDT 2024. Contains 372257 sequences. (Running on oeis4.)