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.

A332756 A loop sequence within Pi. Let a(1) = 19. For n > 1, a(n+1) is the position of the first occurrence of a(n) after the decimal point in the decimal expansion of Pi.

Original entry on oeis.org

19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37, 46, 19, 37
Offset: 1

Views

Author

Martin Renner, Feb 22 2020

Keywords

Comments

The sequence has a repeating cycle of length 3.

Crossrefs

Programs

  • Mathematica
    PadRight[{}, 100, {19, 37, 46}] (* Paolo Xausa, Apr 27 2024 *)

Formula

From Stefano Spezia, Feb 22 2020: (Start)
O.g.f.: x*(19 + 37*x + 46*x^2)/(1 - x^3).
E.g.f.: 34*(cosh(x) + sinh(x)) - 46 - 6*exp(-x/2)*(sqrt(3)*sin(sqrt(3)*x/2) - 2*cos(sqrt(3)*x/2)).
a(n) = a(n-3) for n > 3. (End)