OFFSET
0,1
COMMENTS
Also, decimal expansion of the constant 0.235711317191329213731434743595...
The same sequence, but with different indexing, would arise for the table whose n-th row lists the A097944(n) digits of the n-th prime A000040(n) from right to left. - M. F. Hasler, Oct 24 2019
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..2000
MATHEMATICA
Reverse[IntegerDigits//@ Reverse@Prime@Range@50//Flatten]
PROG
(PARI) fromdigits( A=concat(apply( row(n)=Vecrev(digits(prime(n))), [1..default(realprecision)])))*.1^#A \\ Result = the constant, A = sequence of digits, row(n) = n-th row of the table. - M. F. Hasler, Oct 24 2019
CROSSREFS
KEYWORD
AUTHOR
Vincenzo Librandi, Aug 21 2013
STATUS
approved