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.

A159991 Powers of 60: a(n) = 60^n.

Original entry on oeis.org

1, 60, 3600, 216000, 12960000, 777600000, 46656000000, 2799360000000, 167961600000000, 10077696000000000, 604661760000000000, 36279705600000000000, 2176782336000000000000, 130606940160000000000000, 7836416409600000000000000, 470184984576000000000000000
Offset: 0

Views

Author

Reinhard Zumkeller, May 01 2009

Keywords

Examples

			G.f. = 1 + 60*x + 3600*x^2 + 216000*x^3 + 12960000*x^4 + 77600000*x^5 + ... - _Michael Somos_, Jan 01 2019
		

Crossrefs

Programs

Formula

a(n) = A000400(n)*A011557(n) = A000351(n)*A001021(n) = A000302(n)*A001024(n) = A000244(n)*A009964(n). (Corrected by Robert B Fowler, Jan 25 2023)
From Muniru A Asiru, Nov 21 2018: (Start)
a(n) = 60^n.
a(n) = 60*a(n-1) for n > 0, a(0) = 1.
G.f.: 1/(1-60*x).
E.g.f: exp(60*x). (End)
a(n) = 1/a(-n) for all n in Z. - Michael Somos, Jan 01 2019

A091721 Babylonian sexagesimal (base 60) expansion of 1/11.

Original entry on oeis.org

5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21, 49, 5, 27, 16, 21
Offset: 0

Views

Author

Jeppe Stig Nielsen, Feb 01 2004

Keywords

Comments

Period 5: repeat [5, 27, 16, 21, 49]. - Wesley Ivan Hurt, May 25 2024

Crossrefs

Programs

  • Mathematica
    RealDigits[ 1/11, 60, 75] [[1]] (* Robert G. Wilson v, Feb 02 2004 *)
    CoefficientList[Series[(5 + 27 x + 16 x^2 + 21 x^3 + 49 x^4)/(1 - x^5), {x, 0, 40}], x] (* Wesley Ivan Hurt, May 25 2024 *)

Formula

From Wesley Ivan Hurt, May 25 2024: (Start)
a(n+5) = a(n).
G.f.: (5+27*x+16*x^2+21*x^3+49*x^4)/(1-x^5). (End)
Showing 1-2 of 2 results.