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!)
A258095 Numbers m, such that the smallest prime factor of 1+78557*2^m doesn't belong to the covering set {3, 5, 7, 13, 19, 37, 73}. 2
39, 183, 219, 1047, 1227, 1299, 1875, 2271, 2559, 2703, 3315, 3531, 3819, 4359, 5079, 5187, 5403, 6015, 6339, 6447, 6843, 7491, 7599, 7671, 8499, 8535, 8859, 9327, 9579, 10119, 10155, 10623, 10983, 11379, 11667, 11811, 12639, 12711, 13467, 13755, 13899 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A258091(a(n)) < 73, as each term in A258073 has at least one prime factor in the covering set.
LINKS
Wikipedia, Covering set
EXAMPLE
a(1) = 39; A258073(39) = 43187167471599617 = 71 * 73 * 211 * 39490356709, and 71 is not an element of the covering set.
PROG
(Haskell)
a258095 n = a258095_list !! (n-1)
a258095_list = filter
(\x -> a258091 x `notElem` [3, 5, 7, 13, 19, 37, 73]) [1..]
CROSSREFS
Sequence in context: A251328 A235981 A235974 * A193228 A243578 A124619
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 19 2015
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)