[go: up one dir, main page]

login
Revision History for A340220 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Constant whose decimal expansion is the concatenation of the largest n-digit prime A003618(n), for n = 1, 2, 3, ...
(history; published version)
#5 by N. J. A. Sloane at Fri May 06 13:13:51 EDT 2022
CROSSREFS

Cf. A003618 (largest n-digit prime), A340222 (same with semiprimes), A340207 (same for squares, limit of A339978), A340209 (same for cubes, limit of A340115), A340219 (similar for smallest n-digit primes, limit of A215641), A340221 (similar , with smallest semiprime, limit of A215647), A340206 (similar , with smallest n-digit squares, limit of A215689), A340208 (similar , with smallest n-digit cubes, limit of A215692), A340220 (same for primes, limit of A338968).

Discussion
Fri May 06
13:13
OEIS Server: https://oeis.org/edit/global/2941
#4 by Susanna Cuyler at Wed Jan 06 09:08:39 EST 2021
STATUS

proposed

approved

#3 by M. F. Hasler at Fri Jan 01 23:21:20 EST 2021
STATUS

editing

proposed

#2 by M. F. Hasler at Fri Jan 01 23:20:23 EST 2021
NAME

allocated for M. F. Hasler

Constant whose decimal expansion is the concatenation of the largest n-digit prime A003618(n), for n = 1, 2, 3, ...

DATA

7, 9, 7, 9, 9, 7, 9, 9, 7, 3, 9, 9, 9, 9, 1, 9, 9, 9, 9, 8, 3, 9, 9, 9, 9, 9, 9, 1, 9, 9, 9, 9, 9, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 3, 7, 9, 9, 9, 9, 9, 9, 9, 9, 6, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 1

OFFSET

0,1

COMMENTS

This is the limit of the terms of A338968, either digit-wise, or as a constant, up to powers of 10.

FORMULA

c = 0.797997997399991999983999999199999989999999937999999996799999999977...

= Sum_{k >= 1} 10^(-k(k+1)/2)*A003618(k)

a(-n(n+1)/2) = 9 for all n >= 0, followed by increasingly more 9s.

EXAMPLE

The smallest prime with 1, 2, 3, 4, ... digits is, respectively, 7, 97, 997, 9973, 99991, 999983, ...

Here we list the sequence of digits of these numbers: 7; 9, 7; 9, 9, 7; 9, 9, 7, 3; ...

This can be considered, as for the Champernowne and Copeland-Erdős constants, as the decimal expansion of a real constant 0.797997997399991...

PROG

(PARI) concat([digits(precprime(10^k))|k<-[1..14]]) \\ as seq. of digits

c(N=20)=sum(k=1, N, .1^(k*(k+1)/2)*precprime(10^k)) \\ as constant

CROSSREFS

Cf. A003618 (largest n-digit prime), A340222 (same with semiprimes), A340207 (same for squares, limit of A339978), A340209 (same for cubes, limit of A340115), A340219 (similar for smallest n-digit primes, limit of A215641), A340221 (similar with smallest semiprime, limit of A215647), A340206 (similar with smallest n-digit squares, limit of A215689), A340208 (similar with smallest n-digit cubes, limit of A215692), A340220 (same for primes, limit of A338968).

Cf. A033307 (Champernowne constant), A030190 (binary), A001191 (concatenation of all squares), A134724 (cubes), A033308 (primes: Copeland-Erdős constant).

KEYWORD

allocated

nonn,base,cons,changed

AUTHOR

M. F. Hasler, Jan 01 2021

STATUS

approved

editing

#1 by M. F. Hasler at Fri Jan 01 10:36:59 EST 2021
NAME

allocated for M. F. Hasler

KEYWORD

allocated

STATUS

approved