login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134794 Concatenation of next n composite numbers. 1
4, 68, 91012, 14151618, 2021222425, 262728303233, 34353638394042, 4445464849505152, 545556575860626364, 65666869707274757677, 7880818284858687889091 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
cc[x_]:=FromDigits[Flatten[IntegerDigits/@x]]; Module[{nn= 100, cmps, tr, len}, cmps = Select[Range[nn], CompositeQ]; len=Length[cmps]; tr = Floor[ (Sqrt[1+8 len]-1)/2]; cc/@TakeList[cmps, Range[tr]]] (* Harvey P. Dale, Sep 26 2021 *)
CROSSREFS
Cf. A053067, A133013. Composite numbers: A002808.
Sequence in context: A174809 A363427 A125587 * A248027 A093852 A065573
KEYWORD
base,easy,nonn
AUTHOR
Omar E. Pol, Nov 26 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)