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!)
A180493 Numbers n such that prime(n)! is divisible by A180491(prime(n)) 2
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 29, 30, 35, 38, 39, 40, 53 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers n such that prime(n)! is divisible by A180492(n).
Is this sequence finite?
From Robert G. Wilson v, Sep 09 2010: (Start)
Checked to 10000 for more terms.
Conjecture: This sequence is finite and all its terms are present. (End)
LINKS
MATHEMATICA
f[n_] := Times @@ Mod[n, Range[2, n - 1]]; k = 1; lst = {}; While[k < 10001, If[ Divisible[ Prime@k!, f@Prime@k], AppendTo[lst, k]; Print@k]; k++ ]; lst (* Robert G. Wilson v, Sep 09 2010 *)
CROSSREFS
Sequence in context: A338265 A110303 A347520 * A346132 A320249 A309066
KEYWORD
hard,more,nonn
AUTHOR
Carl R. White, Sep 08 2010
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 July 29 21:21 EDT 2024. Contains 374734 sequences. (Running on oeis4.)