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.

A060011 Schizophrenic sequence: these are the repeating digits in the decimal expansion of sqrt(f(2n+1)), where f(m) = A014824(m).

Original entry on oeis.org

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

Views

Author

Jason Earls, Mar 15 2001

Keywords

Comments

The repeating strings that form the sequence 1, 5, 6, 2, 4, 9, 6, 3, 9, ... become progressively smaller and the irregular strings increase, until eventually the repeating strings disappear. With larger odd values of n however, the demise of the repeating digits slows down.
From Peter Bala, Sep 27 2015: (Start)
Conjecture: same as the repeating digits in the decimal expansion of 1/9*sqrt(1 - 1/10^n).
As n increases, the decimal expansion of 1/9*sqrt(1 - 1/10^n) begins with long strings of repeating digits of 1's, 5's, 6's, 2's,..., which appear to be taken from an initial subsequence of the present sequence, interlaced with the digit strings [0, 41, 597, 178819, 140624, 77213541, 487630208, 1878662109374, 87877739800347, 1191830105251736, 02212270100911458, ...]. An example is given below. Empirical observations: for a fixed value of n, the lengths of the repeating strings gradually shorten until they eventually disappear; as n increases, the number of repeating strings of digits increases. (End)
Conjecture: same as the digital root of the trisection of the Catalan numbers: a(n) = A130856(3*n). - Christian Krause, Nov 26 2022

Examples

			From _Peter Bala_, Sep 27 2015: (Start)
Decimal expansion of 1/9*sqrt(1 - 1/10^20) with repeating strings of digits shown in parentheses for clarity:
0.(111...111)0(555...555)41(666...666)597(222...222)178819(444...444)140624(999...999)77213541(666...666)487630208(333...333)1878662109374(999...999)87877739800347(222222)1191830105251736(1111)02212270100911458(333)2....
Repeating digits 1, 5, 6, 2, 4, 9, 6, 3, 9, 2, 1, 3. (End)
		

References

  • J. Earls, Mathematical Bliss, Pleroma Publications, 2009, pages 29-36. ASIN: B002ACVZ6O [From Jason Earls, Nov 22 2009]
  • C. A. Pickover, Wonders of Numbers, Oxford University Press, NY, 2001. p. 210-211.

Crossrefs

Cf. A014824.

Formula

sqrt(f(n)) where f(n) = 10 * f(n-1) + n, for odd integers n. 1, 5, 6, 2, 4, 9, 6, 3, 9, 2, ... are the repeating digits that alternate with random looking strings.

Extensions

Corrected by Martin Renner, Apr 15 2007
More terms from Jinyuan Wang, Oct 11 2020

A130851 Catalan numbers A000108(n) modulo 9.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Aug 21 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Mod[CatalanNumber[Range[0,120]],9] (* Harvey P. Dale, Feb 20 2018 *)

Formula

a(n) = A000108(n) mod 9. - Philippe Deléham, Apr 28 2009

Extensions

Name corrected by Nathaniel Johnston, May 05 2011
Showing 1-2 of 2 results.