login

Revision History for A048842

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Least positive integer k for which 13^n divides k!.
(history; published version)
#9 by Charles R Greathouse IV at Sun Aug 28 18:23:39 EDT 2016
LINKS

T. D. Noe, <a href="/A048842/b048842.txt">Table of n, a(n) for n = 0..1000</a>

Discussion
Sun Aug 28
18:23
OEIS Server: https://oeis.org/edit/global/2561
#8 by Joerg Arndt at Sun Jun 30 06:25:31 EDT 2013
STATUS

proposed

approved

#7 by Michel Marcus at Sun Jun 30 06:04:48 EDT 2013
STATUS

editing

proposed

#6 by Michel Marcus at Sun Jun 30 06:04:43 EDT 2013
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

STATUS

approved

editing

#5 by N. J. A. Sloane at Thu Nov 11 07:34:06 EST 2010
LINKS

T. D. Noe, <a href="/A048842/b048842.txt">Table of n, a(n) for n=0..1000</a>

KEYWORD

nonn,new

nonn

#4 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
LINKS

T. D. Noe, <a href="http://www.research.att.com/~njas/sequences/b048842.txt">Table of n, a(n) for n=0..1000</a>

KEYWORD

nonn,new

nonn

#3 by N. J. A. Sloane at Fri May 11 03:00:00 EDT 2007
LINKS

T. D. Noe, <a href="http://www.research.att.com/~njas/sequences/b048842.txt">Table of n, a(n) for n=0..1000</a>

KEYWORD

nonn,new

nonn

#2 by N. J. A. Sloane at Fri May 16 03:00:00 EDT 2003
KEYWORD

nonn,new

nonn

AUTHOR

Charles T. Le (charlestle@(AT)yahoo.com)

#1 by N. J. A. Sloane at Sat Dec 11 03:00:00 EST 1999
NAME

Least positive integer k for which 13^n divides k!.

DATA

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

OFFSET

0,2

CROSSREFS

See A007843 for more information.

KEYWORD

nonn

AUTHOR

Charles T. Le ([email protected])

STATUS

approved