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.

A007943 Concatenation of sequence (1,3,..,2n-1,2n,2n-2,..,2).

Original entry on oeis.org

12, 1342, 135642, 13578642, 13579108642, 135791112108642, 1357911131412108642, 13579111315161412108642, 135791113151718161412108642, 1357911131517192018161412108642
Offset: 1

Views

Author

R. Muller

Keywords

References

  • M. Le, Perfect Powers in the Smarandache Permutation Sequence, Smarandache Notions Journal, Vol. 10, No. 1-2-3, 1999, 148-149.

Crossrefs

Cf. A007942.

Programs

  • Mathematica
    Table[FromDigits[Join[Flatten[IntegerDigits/@Range[1,2n+1,2]],Flatten[ IntegerDigits/@ Range[2n+2,2,-2]]]],{n,0,10}] (* Harvey P. Dale, Jul 30 2021 *)