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!)
A049851 Concatenate prevprime(n) and n. 0

%I #12 Feb 19 2024 01:56:42

%S 23,34,35,56,57,78,79,710,711,1112,1113,1314,1315,1316,1317,1718,1719,

%T 1920,1921,1922,1923,2324,2325,2326,2327,2328,2329,2930,2931,3132,

%U 3133,3134,3135,3136,3137,3738,3739,3740,3741,4142,4143,4344

%N Concatenate prevprime(n) and n.

%o (PARI) a(n) = eval(concat(Str(precprime(n-1)), Str(n))); \\ _Michel Marcus_, Aug 11 2017

%Y Cf. A151799.

%K nonn,base

%O 3,1

%A _N. J. A. Sloane_

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