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!)
A280428 a(n) = 1729*n^3. 1

%I #54 Jan 19 2021 21:29:39

%S 1729,13832,46683,110656,216125,373464,593047,885248,1260441,1729000,

%T 2301299,2987712,3798613,4744376,5835375,7081984,8494577,10083528,

%U 11859211,13832000,16012269,18410392,21036743,23901696,27015625,30388904,34031907,37955008,42168581,46683000

%N a(n) = 1729*n^3.

%C Previous name was: Taxi-cab numbers of form n^3*1729; in other words, taxi-cab numbers of form n^3*A001235(1).

%H Sergey Pavlov, <a href="/A280428/b280428.txt">Table of n, a(n) for n = 1..303</a>.

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

%F a(n) = n^3 * 1729.

%F From _Chai Wah Wu_, Jan 19 2021: (Start)

%F a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) for n > 4.

%F G.f.: x*(1729*x^2 + 6916*x + 1729)/(x - 1)^4. (End)

%e For n = 11, a(11) = 11^3 * 1729 = 2301299 and a(11) = A001235(67).

%t Array[1729 #^3 &, 30] (* _Michael De Vlieger_, Mar 04 2017 *)

%o (PARI) vector(n,30,1729*n^3) \\ _Derek Orr_, Mar 05 2017

%Y Cf. A001235, A000027.

%K nonn,easy

%O 1,1

%A _Sergey Pavlov_, Mar 03 2017

%E New name from _Joerg Arndt_, Mar 04 2017

%E More terms from _Sergey Pavlov_, Mar 04 2017

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 26 02:29 EDT 2024. Contains 371989 sequences. (Running on oeis4.)