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!)
A016935 a(n) = (6*n + 2)^3. 14
8, 512, 2744, 8000, 17576, 32768, 54872, 85184, 125000, 175616, 238328, 314432, 405224, 512000, 636056, 778688, 941192, 1124864, 1331000, 1560896, 1815848, 2097152, 2406104, 2744000, 3112136 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The generating function is 8 times the g.f. of A016779. - R. J. Mathar, May 07 2008
LINKS
FORMULA
a(n) = 8*A016779(n). - R. J. Mathar, May 07 2008
Sum_{n>=0} 1/a(n) = Pi^3 / (324*sqrt(3)) + 13*zeta(3)/216. - Amiram Eldar, Oct 02 2020
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). - Wesley Ivan Hurt, Oct 02 2020
G.f.: 8*(1+60*x+93*x^2+8*x^3)/(-1+x)^4. - Wesley Ivan Hurt, Oct 02 2020
EXAMPLE
a(1) = (6*1 + 2)^3 = 8^3 = 512.
MATHEMATICA
(6*Range[0, 30]+2)^3 (* or *) LinearRecurrence[{4, -6, 4, -1}, {8, 512, 2744, 8000}, 30] (* Harvey P. Dale, Aug 23 2019 *)
PROG
(Magma) [(6*n+2)^3: n in [0..50]]; // Vincenzo Librandi, May 04 2011
CROSSREFS
Sequence in context: A082385 A236077 A061460 * A241756 A236220 A128794
KEYWORD
nonn,easy
AUTHOR
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)