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!)
A078192 a(n) = floor(concatenation of n down to 1 divided by n). 0
1, 10, 107, 1080, 10864, 109053, 1093474, 10956790, 109739369, 1098765432, 100998877665, 10092582304526, 1009316229819563, 100937222213403880, 10094208074065843621, 1009463320069436728395, 100950083124771234567901 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(6) = floor(654321/6)=109053.
MATHEMATICA
Table[Floor[FromDigits[Flatten[IntegerDigits/@Reverse[Range[n]]]]/n], {n, 20}] (* Harvey P. Dale, Jul 22 2012 *)
CROSSREFS
Cf. A077147.
Sequence in context: A068097 A190956 A142987 * A238107 A015589 A163192
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 21 2002
EXTENSIONS
More terms from Jon E. Schoenfield, May 08 2010
STATUS
approved

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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)