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!)
A017272 a(n) = (10*n)^4. 1
0, 10000, 160000, 810000, 2560000, 6250000, 12960000, 24010000, 40960000, 65610000, 100000000, 146410000, 207360000, 285610000, 384160000, 506250000, 655360000, 835210000, 1049760000, 1303210000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -10000*x*(1+x)*(x^2 + 10*x + 1)/(x-1)^5. - R. J. Mathar, Mar 20 2018
MATHEMATICA
(10*Range[0, 20])^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {0, 10000, 160000, 810000, 2560000}, 20] (* Harvey P. Dale, Dec 13 2016 *)
PROG
(Magma) [(10*n)^4: n in [0..30]]; // Vincenzo Librandi, Jul 29 2011
(PARI) a(n)=(10*n)^4 \\ Charles R Greathouse IV, Jul 29 2011
CROSSREFS
Sequence in context: A277398 A326640 A017176 * A017512 A096968 A017644
KEYWORD
nonn,easy
AUTHOR
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 20 11:25 EDT 2024. Contains 372712 sequences. (Running on oeis4.)