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!)
A173977 Integers k > 1 for which A020639(2*k-1) < A020639(2*k-3). 4
5, 8, 11, 13, 14, 17, 20, 23, 25, 26, 28, 29, 32, 35, 38, 41, 43, 44, 46, 47, 50, 53, 56, 58, 59, 62, 65, 67, 68, 71, 73, 74, 77, 80, 83, 85, 86, 88, 89, 92, 95, 98, 101, 103, 104, 107, 110, 113, 116, 118, 119, 122, 125, 127, 128, 130, 131, 133, 134, 137, 140, 143, 146, 148 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Every number m == 2 (mod 3), m > 2, is in the sequence (see A016789).
LINKS
MAPLE
A020639 := proc(n) if n = 1 then 1; else min(op(numtheory[factorset](n)) ) ; end if; end proc:
isA173977 := proc(n) A020639(2*n-1) < A020639(2*n-3) ; end proc:
for n from 2 to 400 do if isA173977(n) then printf("%d, ", n) ; end if; end do: # R. J. Mathar, Mar 25 2010
CROSSREFS
Sequence in context: A053726 A246371 A274939 * A161537 A248634 A189724
KEYWORD
nonn,easy
AUTHOR
Vladimir Shevelev, Mar 04 2010
EXTENSIONS
More terms from R. J. Mathar, Mar 25 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 May 3 21:07 EDT 2024. Contains 372225 sequences. (Running on oeis4.)