A048847 Primes formed by concatenation of first k odd numbers.
13, 135791113151719, 135791113151719212325272931, 135791113151719212325272931333537394143454749515355575961636567
Offset: 1
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
- M. Fleuren, Smarandache Concatenated Odds.
- Eric Weisstein's World of Mathematics, Consecutive Number Sequences
Programs
-
Mathematica
Select[Table[FromDigits[Flatten[IntegerDigits/@Range[1,2n+1,2]]],{n,40}], PrimeQ] (* Harvey P. Dale, Mar 05 2013 *)
Extensions
Edited by Charles R Greathouse IV, Apr 23 2010
Comments