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!)
A133071 a(n) = n^5 - n^3 + n^2. 6

%I #16 Sep 08 2022 08:45:31

%S 0,1,28,225,976,3025,7596,16513,32320,58401,99100,159841,247248,

%T 369265,535276,756225,1044736,1415233,1884060,2469601,3192400,4075281,

%U 5143468,6424705,7949376,9750625,11864476,14329953,17189200,20487601,24273900,28600321,33522688,39100545,45397276

%N a(n) = n^5 - n^3 + n^2.

%C Exponents are prime numbers in decreasing order.

%H G. C. Greubel, <a href="/A133071/b133071.txt">Table of n, a(n) for n = 0..1000</a>

%F a(n) = n^5 - n^3 + n^2.

%F G.f.: x*(1 + 22*x + 72*x^2 + 26*x^3 - x^4)/(1-x)^6. - _R. J. Mathar_, Nov 14 2007

%e a(7)=16513 because 7^5=16807, 7^3=343, 7^2=49 and we can write 16807-343+49=16513.

%t Table[n^5 - n^3 + n^2, {n,0,50}] (* _G. C. Greubel_, Oct 20 2017 *)

%o (Magma) [n^5-n^3+n^2: n in [0..50]]; // _Vincenzo Librandi_, Dec 15 2010

%o (PARI) for(n=0,50, print1(n^5 - n^3 + n^2, ", ")) \\ _G. C. Greubel_, Oct 20 2017

%Y Cf. A000290, A000578, A000584, A011379, A045991, A100019.

%Y Cf. A133070, A133072, A133073.

%K nonn

%O 0,3

%A _Omar E. Pol_, Nov 01 2007

%E More terms from _Vincenzo Librandi_, Dec 15 2010

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 March 29 03:51 EDT 2024. Contains 371264 sequences. (Running on oeis4.)