cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A117642 a(n) = 3*n^3.

Original entry on oeis.org

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
Offset: 0

Views

Author

Roger L. Bagula, Apr 10 2006

Keywords

Crossrefs

Programs

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 = A386403.
Sum_{n>=1} (-1)^(n+1)/a(n) = zeta(3)/4. (End)
a(n) = n*(2*A000217(n) + A000217(2*n-1)). - Charlie Marion, Mar 01 2024

Extensions

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

A386404 Decimal expansion of zeta(5)/5.

Original entry on oeis.org

2, 0, 7, 3, 8, 5, 5, 5, 1, 0, 2, 8, 6, 7, 3, 9, 8, 5, 2, 6, 6, 2, 7, 3, 0, 9, 7, 2, 9, 1, 4, 0, 6, 8, 3, 3, 6, 1, 1, 4, 1, 6, 1, 8, 3, 9, 0, 0, 3, 8, 2, 5, 6, 2, 3, 9, 4, 8, 3, 8, 5, 3, 5, 5, 8, 0, 7, 6, 0, 7, 1, 7, 9, 5, 7, 2, 5, 6, 2, 9, 6, 9, 1, 2, 0, 0, 8, 6, 2, 1, 3, 1, 1, 4, 2, 6, 6, 6, 7, 2, 7, 5
Offset: 0

Views

Author

R. J. Mathar, Jul 20 2025

Keywords

Examples

			0.20738555102867398526627309729140683361141618...
		

Crossrefs

Cf. A013663, A072691 (zeta(2)/2), A386403 (zeta(3)/3), A098198 (zeta(4)/4), A259928 (zeta(6)/6).

Programs

  • Maple
    Digits := 100 ; Zeta(5.0)/5. ;
  • Mathematica
    RealDigits[Zeta[5]/5, 10 , 120][[1]] (* Amiram Eldar, Jul 21 2025 *)
  • PARI
    zeta(5)/5 \\ Amiram Eldar, Jul 21 2025

Formula

Equals A013663/5.
Showing 1-2 of 2 results.