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!)
A208325 Primes p such that all p-k!! are composite for 1<=k!!<p. 0
2, 23, 29, 41, 47, 83, 113, 163, 167, 173, 191, 223, 233, 251, 257, 263, 269, 293, 307, 337, 347, 353, 373, 383, 419, 461, 503, 587, 593, 599, 631, 659, 673, 683, 719, 761, 797, 839, 853, 881, 1009, 1013, 1049, 1091, 1129, 1163, 1187, 1217, 1259, 1283, 1289 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
29 is in the sequence because :
29 - 0!! = 29 - 1 = 28;
29 - 1!! = 29 - 1 = 28;
29 - 2!! = 29 - 2 = 27;
29 - 3!! = 29 - 3 = 26;
29 - 4!! = 29 - 8 = 21;
29 - 5!! = 29 - 15 = 14 is the last composite because 6!! = 48 > 29.
MAPLE
with(numtheory): for n from 1 to 250 do:p:=ithprime(n):i:=0:for k from 0 to p while (doublefactorial(k)<p) do:x:=p - doublefactorial(k):if type(x, prime)=true then i:=1:else fi:od:if i=0 then printf(`%d, `, p):else fi:od:
CROSSREFS
Sequence in context: A235150 A114549 A235148 * A255564 A034843 A084373
KEYWORD
nonn,easy
AUTHOR
Michel Lagneau, Feb 25 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 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)