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!)
A193745 Smallest k such that k*n! +1 is an n-th power. 0
1, 4, 57, 26, 216145205, 1232644, 16412938630073477961847, 1678453230184, 5043695769339201738285763848771292, 38634088549546746345278764872265967473783 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(3) = 57 because 57*3!+1 = 343 = 7^3.
MATHEMATICA
a={}; Do[k = 2; While[ !IntegerQ[(k^n - 1)/n!], k++ ]; AppendTo[a, (k^n-1)/n!], {n, 1, 10}]; a
CROSSREFS
Sequence in context: A071579 A060497 A092273 * A181437 A353001 A156873
KEYWORD
nonn
AUTHOR
Michel Lagneau, Aug 03 2011
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 March 18 22:24 EDT 2024. Contains 370951 sequences. (Running on oeis4.)