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!)
A191992 Concatenation of n and the n-th composite number. 2

%I #18 Dec 05 2016 16:21:42

%S 14,26,38,49,510,612,714,815,916,1018,1120,1221,1322,1424,1525,1626,

%T 1727,1828,1930,2032,2133,2234,2335,2436,2538,2639,2740,2842,2944,

%U 3045,3146,3248,3349,3450,3551,3652,3754,3855,3956,4057,4158,4260,4362,4463,4564,4665,4766,4868,4969,5070,5172,5274,5375,5476

%N Concatenation of n and the n-th composite number.

%H Jens Kruse Andersen, <a href="/A191992/b191992.txt">Table of n, a(n) for n = 1..10000</a>

%t Module[{upto=55,cmps,len},cmps=Select[Range[10*upto],CompositeQ];len= Min[ Length[ cmps],upto];#[[1]]*10^IntegerLength[#[[2]]]+#[[2]]&/@ Thread[{ Range[ len],Take[cmps,len]}]] (* _Harvey P. Dale_, Dec 05 2016 *)

%o (PARI) n=0;for(k=4,1e3,if(isprime(k),k++);print1(n++k", ")) \\ _Charles R Greathouse IV_, Jun 21 2011

%Y Cf. A045532, the prime analog of this sequence.

%Y Cf. A246801, primes in this sequence.

%K nonn,base

%O 1,1

%A _Kausthub Gudipati_, Jun 20 2011

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)