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!)
A007919 Smallest k such that k*n is a double factorial. 1
1, 1, 1, 2, 3, 8, 15, 1, 105, 384, 945, 4, 10395, 46080, 1, 3, 2027025, 2560, 34459425, 192, 5, 3715891200, 13749310575, 2, 81081, 1961990553600, 35, 23040, 213458046676875, 128, 6190283353629375, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MATHEMATICA
f[n_] := Block[{k = 1}, While[Mod[k!!, n] > 0, k++]; k!!/n]; Array[f, 35] (* Robert G. Wilson v, Feb 18 2018 *)
CROSSREFS
Cf. A006882.
Sequence in context: A005316 A076876 A124495 * A249167 A205101 A069752
KEYWORD
nonn
AUTHOR
R. Muller
EXTENSIONS
a(10) corrected by Sean A. Irvine, Feb 18 2018
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)