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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092427 Least k such that k^n divides (k-1)!. 0
2, 6, 12, 12, 12, 24, 24, 36, 40, 45, 48, 60, 60, 60, 72, 72, 72, 80, 80, 90, 90, 120, 120, 120, 120, 120, 120, 120, 144, 144, 144, 144, 144, 144, 144, 180, 180, 180, 180, 180, 180, 180, 180, 180, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

A061770 gives values of n such that a(n)>a(n-1)

FORMULA

Does limit n ->infty a(n)/n exists?

PROG

(PARI) a(n)=if(n<0, 0, k=2; while((k-1)!%(k^n)>0, k++); k)

CROSSREFS

Sequence in context: A130503 A074385 A057340 * A058198 A096075 A066791

Adjacent sequences:  A092424 A092425 A092426 * A092428 A092429 A092430

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Mar 22 2004

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 14 20:38 EST 2012. Contains 205663 sequences.