OFFSET
1,1
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
KEYWORD
easy,nonn,base,changed
AUTHOR
Y. Kelly Itakura (yitkr(AT)mta.ca), Aug 22 2002
EXTENSIONS
More terms from Sascha Kurz, Aug 24 2002
Offset corrected by Sean A. Irvine, Nov 12 2024
STATUS
approved