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

 


Floor[ concatenation of 7 numbers from n+6 to n in that order divided by 7].
2

%I #6 May 20 2021 19:06:16

%S 934744,1093474,1252204,1410934,1569664,15871252,173015696,1874444426,

%T 20187444442,216304458729,2307344731587,2451644875887,2595945020187,

%U 2740245164487,2884545308787,3028845453087,3173145597388,3317445741688

%N Floor[ concatenation of 7 numbers from n+6 to n in that order divided by 7].

%H Harvey P. Dale, <a href="/A075008/b075008.txt">Table of n, a(n) for n = 0..1000</a>

%t Table[Floor[FromDigits[Flatten[IntegerDigits/@Range[n+6,n,-1]]]/7],{n,0,20}] (* _Harvey P. Dale_, May 20 2021 *)

%Y Cf. A074991 to A075000, A075003 to A075007, A074999, A075010.

%K base,nonn

%O 0,1

%A _Amarnath Murthy_, Sep 01 2002

%E More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 18 2003

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