login

Revision History for A154521

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
The prime(n)-th digit of the concatenated positive nonprimes.
(history; published version)
#8 by Jon E. Schoenfield at Thu Jul 16 21:49:04 EDT 2015
STATUS

editing

approved

#7 by Jon E. Schoenfield at Thu Jul 16 21:49:01 EDT 2015
NAME

The prime(n)-th digit of the concatenated positive non-primesnonprimes.

MAPLE

for n from 1 do p := ithprime(n) ; printf("%d, ", op(p, a129808) ) ; od: # _R. J. Mathar, _, Aug 03 2009

STATUS

approved

editing

#6 by Russ Cox at Fri Mar 30 18:52:32 EDT 2012
AUTHOR

_Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), _, Jan 11 2009

Discussion
Fri Mar 30
18:52
OEIS Server: https://oeis.org/edit/global/257
#5 by Russ Cox at Fri Mar 30 17:39:50 EDT 2012
EXTENSIONS

Edited and corrected by _R. J. Mathar (mathar(AT)strw.leidenuniv.nl), _, Aug 03 2009

Discussion
Fri Mar 30
17:39
OEIS Server: https://oeis.org/edit/global/190
#4 by Charles R Greathouse IV at Fri Dec 17 00:43:26 EST 2010
STATUS

proposed

approved

#3 by Charles R Greathouse IV at Fri Dec 17 00:43:24 EST 2010
CROSSREFS
KEYWORD

nonn,base,less

STATUS

approved

proposed

#2 by N. J. A. Sloane at Tue Jun 01 03:00:00 EDT 2010
NAME

a(n) = p-th digit of (1, 4, 6, 8, 9, (1, 0), (1, 2), (1, 4), (1, 5),..) where p=n-th prime.

The prime(n)-th digit of the concatenated positive non-primes.

DATA

4, 6, 9, 0, 4, 5, 8, 0, 2, 6, 7, 2, 4, 5, 8, 2, 6, 8, 1, 4, 5, 8, 2, 5, 0, 4, 5, 7, 8, 1, 0, 2, 5, 6, 2, 0, 0, 1, 1, 4, 6, 1, 0, 2, 2, 2, 2, 3, 4, 3, 6, 0, 4, 4, 6, 8, 2, 5, 5, 6, 5, 1, 6, 9, 7, 1, 7, 8, 4, 8, 6, 8, 9, 9, 9, 0, 2, 0, 6, 0, 3, 1, 7, 1, 2, 1, 4, 2, 0, 3, 2, 3, 7, 4, 3, 4, 7, 9, 4, 5, 6, 6, 8, 2, 4, 7

COMMENTS

The digits of A129808 at prime indices.

FORMULA

a(n) = A129808(prime(n)) .

MAPLE

a129808 := [1] : for n from 4 to 400 do if not isprime(n) then a129808 := [op(a129808), op(ListTools[Reverse](convert(n, base, 10))) ] ; fi; od:

for n from 1 do p := ithprime(n) ; printf("%d, ", op(p, a129808) ) ; od: # R. J. Mathar, Aug 03 2009

CROSSREFS

Cf. Primes in A000040. Nonprimes in , A018252, A154513, A154520.

KEYWORD

nonn,base,uned,new

EXTENSIONS

Edited and corrected by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 03 2009

#1 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
NAME

a(n) = p-th digit of (1, 4, 6, 8, 9, (1, 0), (1, 2), (1, 4), (1, 5),..) where p=n-th prime.

DATA

4, 6, 9, 0, 4, 5, 8, 0, 2, 6, 7, 2, 4, 5, 8, 2, 6, 8, 1, 4, 5, 8, 2, 5, 0, 4, 5, 7, 8, 1, 0, 2, 5, 6, 2, 0, 0, 1, 1, 4, 6, 1, 0, 2, 2, 2, 2, 3, 4, 3, 6, 0, 4, 4, 6, 8, 2, 5, 5, 6, 5, 1, 6, 9, 7, 1, 7, 8, 4, 8, 6, 8, 9, 9, 9, 0, 2, 0, 6, 0, 3, 1, 7, 1, 2, 1, 4, 2, 3, 2, 3, 3, 2, 4

OFFSET

1,1

CROSSREFS

Cf. Primes in A000040. Nonprimes in A018252.

KEYWORD

nonn,base,uned

AUTHOR

Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Jan 11 2009

STATUS

approved