login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Floor of concatenation of n, n+1, n+2, n+3, n+4, n+5 divided by 6.
10

%I #7 Jun 24 2014 01:08:26

%S 2057,20576,39094,57613,76131,946485,11315168,131516852,1485018535,

%T 15168520219,16852021902,18535523586,20219025269,21902526953,

%U 23586028636,25269530320,26953032003,28636533687,30320035370

%N Floor of concatenation of n, n+1, n+2, n+3, n+4, n+5 divided by 6.

%t Table[Floor[FromDigits[Flatten[IntegerDigits[Range[n,n+5]]]]/6],{n,0,18}] (* _Jayanta Basu_, May 22 2013 *)

%Y Cf. A074991, A074992, A074993, A074994, A074995, A074997, A073086, A074999.

%K base,easy,nonn

%O 0,1

%A _Amarnath Murthy_, Aug 31 2002

%E Edited by _Dean Hickerson_, Nov 03 2002