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!)
A110452 Product of all k-digit numbers starting from n where k is the number of digits in n. a(n) = n*(n+1)*...*(10^k-1), where k is the number of digits in n. 1
362880, 362880, 181440, 60480, 15120, 3024, 504, 72, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The subsequent terms are too large to include: a(10) has 151 digits, a(11) has 150 digits, a(12) has 149 digits. - R. J. Mathar, Feb 08 2008
LINKS
MAPLE
A110452 := proc(n) local k ; k := nops(convert(n, base, 10)) ; mul(i, i=n..10^k-1) ; end: for n from 1 to 13 do printf("%d, ", A110452(n)) ; od: # R. J. Mathar, Feb 08 2008
CROSSREFS
Sequence in context: A109160 A269127 A110453 * A354708 A011520 A321845
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Aug 04 2005
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 19 18:00 EDT 2024. Contains 371797 sequences. (Running on oeis4.)