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!)
A216474 Smallest k such that k*!n +1 is an n-th power. 0
3, 13, 455, 71, 93565703, 40765959421975394881, 27507928745358015883503, 4005456298012605183835102420301535996, 64381553566633030980078485248402475462864768, 67848687916710307026239471566668726955520894650602664910832487 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
!n is a subfactorial number (A000166).
LINKS
EXAMPLE
a(4) = 455 because 455*!4 + 1 = 455*9+1 = 4096 = 4^6.
MATHEMATICA
a={}; Do[k = 2; While[ !IntegerQ[(k^n - 1)/Subfactorial[n]], k++ ]; AppendTo[a, (k^n-1)/Subfactorial[n]], {n, 2, 11}]; a
CROSSREFS
Cf. A000166.
Sequence in context: A156358 A066266 A092845 * A222762 A290376 A089711
KEYWORD
nonn
AUTHOR
Michel Lagneau, Sep 10 2012
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)