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!)
A135497 a(n) = n^5 - n^2. 2
0, 0, 28, 234, 1008, 3100, 7740, 16758, 32704, 58968, 99900, 160930, 248688, 371124, 537628, 759150, 1048320, 1419568, 1889244, 2475738, 3199600, 4083660, 5153148, 6435814, 7962048, 9765000, 11880700, 14348178, 17209584, 20510308, 24299100, 28628190 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = floor(n^8/(n^3+1)). - Gary Detlefs, Feb 11 2010
G.f.: 2*x^2*(14 +33*x +12*x^2 +x^3)/(1-x)^6. - Colin Barker, Feb 01 2012
MAPLE
seq(floor(n^8/(n^3+1)), n=0..25); # Gary Detlefs, Feb 11 2010
MATHEMATICA
Table[n^5 - n^2, {n, 0, 40}] (* and *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {0, 0, 28, 234, 1008, 3100}, 40] (* Vladimir Joseph Stephan Orlovsky, Feb 20 2012 *)
PROG
(Magma) [n^5 - n^2: n in [0..50]]; // Vincenzo Librandi, Mar 31 2011
CROSSREFS
Sequence in context: A125365 A126523 A115224 * A138405 A024015 A223347
KEYWORD
nonn,easy
AUTHOR
Rolf Pleisch, Mar 16 2008
EXTENSIONS
More terms from Vincenzo Librandi, Mar 31 2011
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 June 7 22:01 EDT 2024. Contains 373206 sequences. (Running on oeis4.)