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!)
A254311 Set of all natural numbers m such that m < S(m), where the function S is as defined in A257480. 3
3, 7, 11, 15, 19, 23, 27, 31, 32, 35, 39, 43, 47, 51, 55, 59, 63, 64, 67, 71, 75, 79, 83, 87, 91, 95, 96, 99, 103, 107, 111, 115, 119, 123, 127, 128, 131, 135, 139, 143, 147, 151, 155, 159, 160, 163, 167, 170, 171, 175, 179, 183, 187, 191, 192, 195, 199, 203 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Theorem: The sequence contains (i) a subset of equivalence class 0 modulo 4 comprising all numbers congruent to 0 modulo 32 and no others; (ii) no numbers congruent to 1 modulo 4; (iii) a subset of numbers congruent to 2 modulo 4; (iv) all numbers of congruence class 3 modulo 4.
Conjecture: A254312 is a permutation of this sequence.
LINKS
MATHEMATICA
max = 203; a = {}; v[x_] := IntegerExponent[x, 2]; f[x_] := (3*x + 1)/2^v[3*x + 1]; s[m_] := (3 + (3/2)^v[1 + f[4*m - 3]]*(1 + f[4*m - 3]))/6; Do[If[m < s[m], AppendTo[a, m]], {m, max}]; a
CROSSREFS
Sequence in context: A329977 A246171 A184422 * A189534 A179874 A190349
KEYWORD
nonn
AUTHOR
L. Edson Jeffery, May 03 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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)