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
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, 81, 9, 1000, 100, 10, 1331, 121, 11, 1728, 144, 12, 2197, 169, 13, 2744, 196, 14, 3375, 225, 15, 4096, 256, 16, 4913, 289, 17, 5832, 324, 18, 6859, 361, 19, 8000, 400, 20 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 4, 0, 0, -6, 0, 0, 4, 0, 0, -1).
FORMULA
a(n) = floor((n+2)/3)^((-3*(n mod 3)^2+7*(n mod 3)+2)/2). - Luce ETIENNE, Mar 01 2018
MATHEMATICA
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 *)
CROSSREFS
Cf. A000463.
Cf. A010872.
Sequence in context: A173670 A337170 A050135 * A256782 A071832 A327121
KEYWORD
nonn
AUTHOR
Mohammad K. Azarian, Aug 30 2005
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 April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)