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.

Previous Showing 11-12 of 12 results.

A050287 Starting position of the first occurrence of a string of at least n '8's in the decimal expansion of Pi.

Original entry on oeis.org

11, 34, 4751, 4751, 213245, 222299, 4722613, 46663520, 46663520, 3040319543, 159999448572, 1141385905180, 2164164669332, 91250566353705
Offset: 1

Views

Author

Keywords

Comments

Differs from A096762 from a(3) = a(4) = A096762(4) < A096762(3) on. - M. F. Hasler, Mar 19 2017

Crossrefs

Cf. A000796: Decimal expansion (or digits) of Pi.
First occurrence of n times the same digit: A035117 (n '1's), A050281 (n '2's), A050282, A050283, A050284, A050286, A050287, A048940 (n '9's).
First occurrence of exactly n times the same digit: A096755 (exactly n '1's), A096756, A096757, A096758, A096759, A096760, A096761, A096762, A096763 (exactly n '9's), A050279 (exactly n '0's).
First occurrence of concatenate(1,...,n): A121280 = A068987 - 1.

Extensions

More terms from Colin Martin (cbmartin(AT)tpg.com.au), Mar 03 2002
a(11)-a(13) added by Dmitry Petukhov, Dec 30 2019
a(14) from Dmitry Petukhov, Sep 20 2022

A053746 Positions of '2's in the decimal expansion of Pi, where positions 1, 2, 3, ... correspond to digits 3, 1, 4, ...

Original entry on oeis.org

7, 17, 22, 29, 34, 54, 64, 74, 77, 84, 90, 94, 103, 113, 115, 136, 137, 141, 150, 161, 166, 174, 186, 187, 204, 222, 230, 242, 245, 261, 276, 281, 290, 293, 299, 303, 327, 330, 334, 336, 338, 355, 375, 381, 407
Offset: 1

Views

Author

Simon Plouffe, Feb 20 2000

Keywords

Comments

See A037001 for the variant where digits 3, 1, 4, ... correspond to positions 0, 1, 2, ... - M. F. Hasler, Jul 28 2024

Examples

			Pi = 3.1415926... where the first '2' occurs as the 7th digit.
		

Crossrefs

Cf. A000796 (decimal expansion (or digits) of Pi).
Cf. A037001 (= a(n) - 1: the same with different offset).
Cf. A053745 - A053753 (similar for digits 1 through 9).
Cf. A035117 (first occurrence of at least n '1's), A050281 (n '2's), A050282, A050283, A050284, A050286, A050287, A048940 (n '9's).
Cf. A096755 (first occurrence of exactly n '1's), A096756, A096757, A096758, A096759, A096760, A096761, A096762, A096763 (exactly n '9's), A050279 (exactly n '0's).
Cf. A121280 = A068987 - 1: position of "123...n" in Pi's decimals.
Cf. A176341: first occurrence of n in Pi's digits.
Cf. A088566 (primes in this sequence).

Programs

  • Mathematica
    Flatten[Position[RealDigits[Pi, 10, 1000][[1]], 2]] (* Vincenzo Librandi, Oct 07 2013 *)
  • PARI
    A053746_upto(N=999)={localprec(N+20); select(d->d==2, digits(Pi\10^-N), 1)} \\ M. F. Hasler, Jul 28 2024

Formula

a(n) = A037001(n) + 1. - Georg Fischer, May 31 2021

Extensions

Changed offset from 0 to 1 by Vincenzo Librandi, Oct 07 2013
Previous Showing 11-12 of 12 results.