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!)
A048841 Least positive integer k for which 11^n divides k!. 2
1, 11, 22, 33, 44, 55, 66, 77, 88, 99, 110, 121, 121, 132, 143, 154, 165, 176, 187, 198, 209, 220, 231, 242, 242, 253, 264, 275, 286, 297, 308, 319, 330, 341, 352, 363, 363, 374, 385, 396, 407, 418, 429, 440, 451, 462, 473, 484, 484, 495, 506 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
k[n_]:=Module[{c=11^n, k=11}, While[!Divisible[k!, c], k=k+11]; k]; Join[{1}, Array[k, 60]] (* Harvey P. Dale, May 30 2012 *)
CROSSREFS
See A007843 for more information.
Sequence in context: A109052 A178358 A044896 * A059632 A008593 A135499
KEYWORD
nonn
AUTHOR
Charles T. Le (charlestle(AT)yahoo.com)
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 July 13 04:46 EDT 2024. Contains 374267 sequences. (Running on oeis4.)