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!)
A016851 a(n) = (5*n)^3. 2
0, 125, 1000, 3375, 8000, 15625, 27000, 42875, 64000, 91125, 125000, 166375, 216000, 274625, 343000, 421875, 512000, 614125, 729000, 857375, 1000000, 1157625, 1331000, 1520875, 1728000, 1953125, 2197000, 2460375, 2744000, 3048625, 3375000, 3723875, 4096000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=0, a(1)=125, a(2)=1000, a(3)=3375, a(n)=4*a(n-1)-6*a(n-2)+ 4*a(n-3)- a(n-4). - Harvey P. Dale, Jun 18 2011
G.f.: (125*(x+4*x^2+x^3))/(x-1)^4. - Harvey P. Dale, Jun 18 2011
a(n) = 125*A000578(n). - Michel Marcus, Feb 14 2014
MATHEMATICA
(5Range[0, 30])^3 (* or *) LinearRecurrence[{4, -6, 4, -1}, {0, 125, 1000, 3375}, 30] (* Harvey P. Dale, Jun 18 2011 *)
PROG
(PARI) a(n) = 125*n^3; \\ Michel Marcus, Feb 14 2014
(Magma) [(5*n)^3: n in [0..40]]; // Vincenzo Librandi, Feb 14 2014
CROSSREFS
Cf. A000578.
Sequence in context: A296037 A355885 A088896 * A204795 A352161 A243240
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Michel Marcus, Feb 14 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 17 04:32 EDT 2024. Contains 372579 sequences. (Running on oeis4.)