A060011 Schizophrenic sequence: these are the repeating digits in the decimal expansion of sqrt(f(2n+1)), where f(m) = A014824(m).
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
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.
Links
- K. S. Brown, Mock-rational numbers.
- Sean A. Irvine, Java program (github)
- C. A. Pickover, "Wonders of Numbers, Adventures in Mathematics, Mind and Meaning," Zentralblatt review
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
Comments