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.

A066622 Concatenation of prime numbers in increasing order up to the n-th and then in decreasing order.

Original entry on oeis.org

2, 232, 23532, 2357532, 2357117532, 23571113117532, 235711131713117532, 2357111317191713117532, 23571113171923191713117532, 235711131719232923191713117532, 2357111317192329312923191713117532
Offset: 1

Views

Author

Amarnath Murthy, Dec 25 2001

Keywords

Programs

  • Mathematica
    Table[FromDigits[Flatten[IntegerDigits/@Join[Prime[Range[n]],Reverse[Most[Prime[Range[n]]]]]]],{n,12}] (* Harvey P. Dale, Oct 02 2022 *)

Extensions

More terms from Sascha Kurz, Mar 23 2002