cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A048847 Primes formed by concatenation of first k odd numbers.

Original entry on oeis.org

13, 135791113151719, 135791113151719212325272931, 135791113151719212325272931333537394143454749515355575961636567
Offset: 1

Views

Author

N. J. A. Sloane, Charles T. Le (charlestle(AT)yahoo.com)

Keywords

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.

Crossrefs

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