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.

A177154 Fractional part of the conversion from degrees Celsius to Fahrenheit.

Original entry on oeis.org

0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2, 0, 8, 6, 4, 2
Offset: 0

Views

Author

Reinhard Zumkeller, May 03 2010

Keywords

Comments

From Klaus Brockhaus, May 06 2010: (Start)
Periodic sequence: Repeat 0, 8, 6, 4, 2.
Decimal expansion of 8642/99999. (End)

Crossrefs

Programs

  • Mathematica
    PadRight[{}, 100, {0, 8, 6, 4, 2}] (* Paolo Xausa, Jan 29 2024 *)

Formula

(A085259(n) + a(n)/10 - 32) * 5 / 9 = n;
A029925(n) - A085259(n) = floor(a(n)/5);
G.f.: 2*x*(4+3*x+2*x^2+x^3)/(1-x^5). - Klaus Brockhaus, May 06 2010