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!)
A229967 Numbers n such that A229964(n) = 4. 4
18, 26, 28, 39, 65, 115, 119, 133, 319, 341, 377, 403, 481, 517, 629, 697, 731, 779, 799, 817, 893, 1007, 1207, 1219, 1357, 1403, 1541, 1769, 1943, 2059, 2077, 2117, 2201, 2263, 2291, 2407, 2449, 2573, 2759, 2923, 3071, 3293, 3589, 3649, 3737, 3811, 3827, 3959 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equals {18, 26, 28, 39} UNION {pq | p, q prime, p >= 5 and (2p+3 <= q <= 3p-2 or (p == 2 (mod 3) and q = 4p+3))}.
LINKS
Rosemary Sullivan and Neil Watling, Independent Divisibility Pairs on the Set of Integers from 1 to N, INTEGERS, Electronic J. of Combinatorial Number Theory, Vol. 13, Paper A65, 2013.
PROG
(Sage) sum(([p * q for q in prime_range(2*p+3, 3*p-1)] for p in prime_range(5, 10000)), []) + [p * (4*p + 3) for p in prime_range(5, 10000) if (4*p+3).is_prime() and p%3==2] + [18, 26, 28, 39]
CROSSREFS
Sequence in context: A248111 A109769 A350773 * A212049 A212052 A093018
KEYWORD
nonn
AUTHOR
Eric M. Schmidt, Oct 04 2013
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 19 04:29 EDT 2024. Contains 371782 sequences. (Running on oeis4.)