The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A048842 Least positive integer k for which 13^n divides k!. 1
1, 13, 26, 39, 52, 65, 78, 91, 104, 117, 130, 143, 156, 169, 169, 182, 195, 208, 221, 234, 247, 260, 273, 286, 299, 312, 325, 338, 338, 351, 364, 377, 390, 403, 416, 429, 442, 455, 468, 481, 494, 507, 507, 520, 533, 546, 559, 572, 585, 598 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) a(n) = {k = 1; ok = 0; until (ok, if (k! % 13^n == 0, ok=1, k++); ); return (k); } \\ Michel Marcus, Jun 30 2013
CROSSREFS
See A007843 for more information.
Sequence in context: A256344 A044853 A044898 * A008595 A080196 A033025
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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)