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!)
A109595 n^3 followed by n^2 followed by n. 0

%I #12 Mar 02 2018 20:49:40

%S 1,1,1,8,4,2,27,9,3,64,16,4,125,25,5,216,36,6,343,49,7,512,64,8,729,

%T 81,9,1000,100,10,1331,121,11,1728,144,12,2197,169,13,2744,196,14,

%U 3375,225,15,4096,256,16,4913,289,17,5832,324,18,6859,361,19,8000,400,20

%N n^3 followed by n^2 followed by n.

%H <a href="/index/Rec#order_12">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 4, 0, 0, -6, 0, 0, 4, 0, 0, -1).

%F a(n) = floor((n+2)/3)^((-3*(n mod 3)^2+7*(n mod 3)+2)/2). - _Luce ETIENNE_, Mar 01 2018

%t Flatten[Table[{n^3,n^2,n},{n,20}]] (* or *) LinearRecurrence[{0,0,4,0,0,-6,0,0,4,0,0,-1},{1,1,1,8,4,2,27,9,3,64,16,4},60] (* _Harvey P. Dale_, Aug 22 2014 *)

%Y Cf. A000463.

%Y Cf. A010872.

%K nonn

%O 1,4

%A _Mohammad K. Azarian_, Aug 30 2005

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 April 23 07:08 EDT 2024. Contains 371906 sequences. (Running on oeis4.)