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

 


Concatenate the next a(n) integers to get the n+1 term.
0

%I #7 Aug 13 2022 12:57:18

%S 1,2,34,

%T 35363738394041424344454647484950515253545556575859606162636465666768

%N Concatenate the next a(n) integers to get the n+1 term.

%F a(n+1) = (a(n)+1).(a(n)+2). ... .(a(n)+a(n))

%t NestList[FromDigits[Flatten[IntegerDigits/@Range[#+1,2#]]]&,1,3] (* _Harvey P. Dale_, Aug 13 2022 *)

%K base,easy,nonn

%O 0,2

%A _Dann Toliver_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 22:57 EDT 2024. Contains 376090 sequences. (Running on oeis4.)