Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A048847
Primes formed by concatenation of first k odd numbers.
6
13, 135791113151719, 135791113151719212325272931, 135791113151719212325272931333537394143454749515355575961636567
OFFSET
1,1
COMMENTS
The next term (a(5)) has 93 digits. - Harvey P. Dale, Mar 05 2013
a(6) has 9725 digits (see A066811(6) or A046036(6)). - Michel Marcus, Jan 31 2014
REFERENCES
R. W. Stephan, Factors and Primes in Two Smarandache Sequences, Smarandache Notions Journal, second edition, Vol. 9, No. 1-2, 1998, 5-11.
LINKS
MATHEMATICA
Select[Table[FromDigits[Flatten[IntegerDigits/@Range[1, 2n+1, 2]]], {n, 40}], PrimeQ] (* Harvey P. Dale, Mar 05 2013 *)
CROSSREFS
Sequence in context: A177224 A145234 A334634 * A093671 A257137 A134070
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Charles T. Le (charlestle(AT)yahoo.com)
EXTENSIONS
Edited by Charles R Greathouse IV, Apr 23 2010
STATUS
approved