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!)
A117642 a(n) = 3*n^3. 13
0, 3, 24, 81, 192, 375, 648, 1029, 1536, 2187, 3000, 3993, 5184, 6591, 8232, 10125, 12288, 14739, 17496, 20577, 24000, 27783, 31944, 36501, 41472, 46875, 52728, 59049, 65856, 73167, 81000, 89373, 98304, 107811, 117912, 128625, 139968, 151959, 164616 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

COMMENTS

a(n)^2 = (2n^2)^3 + n^6, thus (A001105(n), A001447(n), a(n)) (n > 0) is a solution of the Diophantine equation x^3 + y^6 = z^2. - XU Pingya, Oct 11 2017

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..10000

Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).

FORMULA

a(n+1) = a(n) + 9*n^2 + 9*n + 3 with a(0) = 0. - Jean-Bernard François, Oct 04 2013

a(n) = 4*a(n-1)-6*a(n-2)+4*a(n-3)-a(n-4). - Wesley Ivan Hurt, May 27 2021

From Amiram Eldar, Jan 10 2023: (Start)

Sum_{n>=1} 1/a(n) = zeta(3)/3.

Sum_{n>=1} (-1)^(n+1)/a(n) = zeta(3)/4. (End)

MAPLE

seq(3*n^3, n=0..38); # Nathaniel Johnston, Jun 26 2011

MATHEMATICA

3Range[0, 35]^3 (* Alonso del Arte, Oct 04 2013 *)

PROG

(Magma) [3*n^3: n in [0..40]]; // Vincenzo Librandi, Jun 26 2011

(PARI) a(n)=3*n^3 \\ Charles R Greathouse IV, Oct 12 2017

CROSSREFS

Cf. A000578, A001105, A001447, A002117, A033431.

Sequence in context: A347108 A027158 A251781 * A220834 A276243 A211618

Adjacent sequences: A117639 A117640 A117641 * A117643 A117644 A117645

KEYWORD

nonn,easy

AUTHOR

Roger L. Bagula, Apr 10 2006

EXTENSIONS

Edited by N. J. A. Sloane, Apr 30 2006

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 March 31 06:14 EDT 2023. Contains 361634 sequences. (Running on oeis4.)