login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A048846 Least positive integer k for which 29^n divides k!. 2
1, 29, 58, 87, 116, 145, 174, 203, 232, 261, 290, 319, 348, 377, 406, 435, 464, 493, 522, 551, 580, 609, 638, 667, 696, 725, 754, 783, 812, 841, 841, 870, 899, 928, 957, 986, 1015, 1044, 1073, 1102, 1131, 1160, 1189, 1218, 1247, 1276 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

T. D. Noe, Table of n, a(n) for n=0..1000

MATHEMATICA

f[n_]:=Module[{k=1}, While[!Divisible[k!, 29^n], k++]; k]; Array[f, 50, 0] (* From Harvey P. Dale, Sep 04 2011 *)

CROSSREFS

See A007843 for more information.

Sequence in context: A040812 A184081 A164011 * A195819 A004922 A004942

Adjacent sequences:  A048843 A048844 A048845 * A048847 A048848 A048849

KEYWORD

nonn

AUTHOR

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 03:20 EST 2012. Contains 205978 sequences.