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.

A133013 Concatenation of next n primes.

Original entry on oeis.org

2, 35, 71113, 17192329, 3137414347, 535961677173, 79838997101103107, 109113127131137139149151, 157163167173179181191193197, 199211223227229233239241251257, 263269271277281283293307311313317
Offset: 1

Views

Author

Omar E. Pol, Oct 19 2007

Keywords

Crossrefs

Cf. A053067, A053068. Prime numbers: A000040.

Programs

  • Mathematica
    With[{nn=15},FromDigits[Flatten[IntegerDigits/@#]]&/@TakeList[Prime[ Range[ (nn(nn+1))/2]],Range[nn]]] (* Requires Mathematica version 11 or later *) (* Harvey P. Dale, Apr 26 2018 *)