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.

A159902 Concatenation of the first n terms of A144338.

Original entry on oeis.org

2, 23, 235, 2356, 23567, 2356710, 235671011, 23567101113, 2356710111314, 235671011131415, 23567101113141517, 2356710111314151719, 235671011131415171921, 23567101113141517192122
Offset: 1

Views

Author

Jaroslav Krizek, Apr 25 2009

Keywords

Comments

Concatenation of the squarefree numbers A005117(2) to A005117(n+1).

Crossrefs

Programs

  • Mathematica
    Module[{nn=25,sf},sf=Select[Range[2,nn],SquareFreeQ];Table[FromDigits[Flatten[ IntegerDigits/@ Take[sf,n]]],{n,Length[sf]}]] (* Harvey P. Dale, Oct 09 2023 *)

Extensions

Slightly edited by R. J. Mathar, Apr 28 2009