The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A017091 a(n) = (8*n + 2)^3. 1
8, 1000, 5832, 17576, 39304, 74088, 125000, 195112, 287496, 405224, 551368, 729000, 941192, 1191016, 1481544, 1815848, 2197000, 2628072, 3112136, 3652264, 4251528, 4913000, 5639752, 6434856, 7301384, 8242408, 9261000, 10360232, 11543176, 12812904, 14172488, 15625000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: 8*(1 + 121*x + 235*x^2 + 27*x^3)/(x-1)^4. - R. J. Mathar, Jul 14 2016
From Amiram Eldar, Apr 24 2023: (Start)
a(n) = A017089(n)^3.
a(n) = 2^3*A016815(n).
Sum_{n>=0} 1/a(n) = Pi^3/512 + 7*zeta(3)/128. (End)
MATHEMATICA
(8*Range[0, 30]+2)^3 (* or *) LinearRecurrence[{4, -6, 4, -1}, {8, 1000, 5832, 17576}, 30] (* Harvey P. Dale, Dec 30 2019 *)
PROG
(Magma) [(8*n+2)^3: n in [0..35]]; // Vincenzo Librandi, Jul 12 2011
CROSSREFS
Cf. A002117, A016815, A017089 (8n+2), A000578 (n^3).
Sequence in context: A159868 A061105 A118545 * A164883 A019545 A046242
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 May 27 10:04 EDT 2024. Contains 372858 sequences. (Running on oeis4.)