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.

A098323 Recurrence sequence based on positions of digits in decimal places of 1/G, where G is Catalan's constant (also often called K).

Original entry on oeis.org

0, 1, 3, 9, 2, 33, 27, 82, 48, 162, 279, 1140, 5727, 20729, 717726, 430977, 1112328
Offset: 0

Views

Author

Mark Hudson (mrmarkhudson(AT)hotmail.com), Sep 03 2004

Keywords

Examples

			1/G=1.091744063703906101454159473...
So for example, a(2)=1 because first decimal place of 1/G is 0.
a(3)=3 because 3rd decimal place of 1/G is 1, a(4)=9 because the 9th decimal place of 1/G is 3 and so on.
		

Crossrefs

Other recurrence sequences: A097614 for Pi, A098266 for e, A098289 for log(2), A098290 for Zeta(3), A098319 for 1/Pi, A098320 for 1/e, A098321 for gamma, A098322 for G.

Formula

a(1)=0, p(i)=position of first occurrence of a(i) in decimal places of 1/G, a(i+1)=p(i).

Extensions

a(13) from Nathaniel Johnston, Apr 30 2011
a(14)-a(16) from D. S. McNeil, Oct 01 2011