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!)
A016947 a(n) = (6*n + 3)^3. 13
27, 729, 3375, 9261, 19683, 35937, 59319, 91125, 132651, 185193, 250047, 328509, 421875, 531441, 658503, 804357, 970299, 1157625, 1367631, 1601613, 1860867, 2146689, 2460375, 2803221, 3176523, 3581577, 4019679, 4492125, 5000211, 5545233, 6128487, 6751269 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
Sum_{n>=0} 1/a(n) = 7*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.: 27*(1+x)*(1+22*x+x^2)/(-1+x)^4. - Wesley Ivan Hurt, Oct 02 2020
From Amiram Eldar, Mar 30 2022: (Start)
a(n) = A016945(n)^3.
a(n) = 3^3*A016755(n).
Sum_{n>=0} (-1)^n/a(n) = Pi^3/864. (End)
EXAMPLE
a(0) = (6*0 + 3)^3 = 3^3 = 27.
MATHEMATICA
Table[(6*n + 3)^3, {n, 0, 25}] (* Amiram Eldar, Oct 02 2020 *)
PROG
(Magma) [(6*n+3)^3: n in [0..50]]; // Vincenzo Librandi, May 05 2011
CROSSREFS
Sequence in context: A097781 A223656 A073537 * A223790 A223976 A167726
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 05:40 EDT 2024. Contains 371918 sequences. (Running on oeis4.)