login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A052384
Number of letters in the n-th decimal digit of Pi (in English).
3
3, 4, 3, 4, 4, 3, 3, 4, 5, 4, 5, 4, 5, 4, 5, 3, 5, 5, 4, 3, 3, 3, 4, 5, 5, 5, 5, 3, 5, 4, 4, 4, 3, 5, 5, 4, 3, 4, 5, 3, 3, 4, 5, 4, 4, 5, 5, 4, 3, 4, 4, 5, 3, 4, 4, 5, 4, 4, 4, 4, 4, 4, 3, 5, 4, 5, 5, 3, 3, 4, 4, 3, 3, 5, 3, 3, 4, 5, 4, 4, 5, 3, 3, 5, 4, 5, 4, 5, 3, 4, 5, 4, 3, 3, 3, 5, 4, 3, 5, 4, 5, 3, 3, 4, 5
OFFSET
2,1
FORMULA
a(n) = A005589(A000796(n)). - R. J. Mathar, Jun 30 2020
a(n) = A107488(n). - R. J. Mathar, Jun 30 2020
MAPLE
A052384 := proc(n)
end proc:
seq(A052384(n), n=2..30) ; # R. J. Mathar, Jun 30 2020
CROSSREFS
Cf. A005589.
Sequence in context: A242744 A066783 A046536 * A276867 A100867 A220196
KEYWORD
base,easy,nonn,word
AUTHOR
Olivier Herz (olivier.herz(AT)mines.org), Mar 10 2000
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Oct 02 2000
Offset set to 2. - R. J. Mathar, Jun 30 2020
STATUS
approved