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.

A177499 Period 4: repeat [1, 16, 4, 16].

Original entry on oeis.org

1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16, 1, 16, 4, 16
Offset: 0

Views

Author

Paul Curtz, May 10 2010

Keywords

Comments

From Klaus Brockhaus, May 14 2010: (Start)
Interleaving of A000012, A010855, A010709 and A010855.
Continued fraction expansion of (44+sqrt(2442))/88. (End)

Crossrefs

Programs

Formula

From Klaus Brockhaus, May 14 2010: (Start)
a(n+2) - a(n) = A010674(n).
a(n) = a(n-4) for n > 3.
G.f.: (1+16*x+4*x^2+16*x^3)/(1-x^4). (End)
a(n) = A176895(n)^2. - Paul Curtz, Mar 21 2011
a(n) = (37 - 6*cos(n*Pi/2) - 27*cos(n*Pi) - 27*I*sin(n*Pi))/4. - Wesley Ivan Hurt, Jul 09 2016

A177839 Decimal expansion of sqrt(2442).

Original entry on oeis.org

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

Views

Author

Klaus Brockhaus, May 14 2010

Keywords

Comments

Continued fraction expansion of sqrt(2442) is 49 followed by (repeat 2, 2, 2, 98).
sqrt(2442) = sqrt(2)*sqrt(3)*sqrt(11)*sqrt(37).

Examples

			sqrt(2442) = 49.41659640242334617762...
		

Crossrefs

Cf. A002193 (decimal expansion of sqrt(2)), A002194 (decimal expansion of sqrt(3)), A010468 (decimal expansion of sqrt(11)), A010491 (decimal expansion of sqrt(37)), A177838 (decimal expansion of (44+sqrt(2442))/88).

Programs

  • Mathematica
    RealDigits[Sqrt[2442],10,120][[1]] (* Harvey P. Dale, Apr 01 2012 *)
Showing 1-2 of 2 results.