login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073056 Prime(n)-th digit after decimal point in decimal expansion of Pi. 0
4, 1, 9, 6, 8, 7, 3, 4, 4, 7, 5, 1, 6, 3, 7, 2, 4, 5, 8, 0, 2, 9, 2, 2, 0, 8, 1, 8, 5, 8, 6, 5, 3, 7, 2, 4, 4, 1, 0, 2, 5, 6, 5, 9, 8, 9, 6, 4, 4, 2, 8, 6, 2, 4, 6, 6, 1, 4, 6, 1, 3, 4, 0, 0, 3, 8, 9, 2, 6, 3, 9, 6, 5, 8, 5, 8, 5, 6, 3, 3, 5, 0, 8, 9, 7, 0, 4, 3, 6, 7, 6, 2, 9, 8, 1, 3, 6, 8, 0, 1, 1, 0, 3, 7, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
Pi=3.141592653589793... the 2nd digit is 4, 3rd digit is 1, 5th digit is 9 and the 7th digit is 6. so we have 4, 1, 9, 6,....
MATHEMATICA
nn=110; With[{pidigs=Rest[RealDigits[Pi, 10, Prime[nn]+50][[1]]]}, Flatten[ Table[Take[pidigs, {n, n}], {n, Prime[Range[nn]]}]]] (* Harvey P. Dale, Jun 26 2013 *)
CROSSREFS
Cf. A000796.
Sequence in context: A325004 A325012 A092162 * A235944 A299615 A353770
KEYWORD
easy,nonn,base
AUTHOR
Y. Kelly Itakura (yitkr(AT)mta.ca), Aug 22 2002
EXTENSIONS
More terms from Sascha Kurz, Aug 24 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)