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!)
A026225 Numbers of the form 3^i * (3k+1). 16

%I #21 Apr 03 2022 13:40:50

%S 1,3,4,7,9,10,12,13,16,19,21,22,25,27,28,30,31,34,36,37,39,40,43,46,

%T 48,49,52,55,57,58,61,63,64,66,67,70,73,75,76,79,81,82,84,85,88,90,91,

%U 93,94,97,100,102,103,106,108,109,111,112,115

%N Numbers of the form 3^i * (3k+1).

%C Old name: a(n) = (1/3)*(s(n+1) - 1), where s = A026224.

%C Conjectures based on old name: these are numbers of the form (3*i+1)*3^j; see A182828, and they comprise the complement of A026179, except for the initial 1 in A026179.

%C From _Peter Munn_, Mar 17 2022: (Start)

%C Numbers with an even number of prime factors of the form 3k-1 counting repetitions.

%C Numbers whose squarefree part is congruent to 1 modulo 3 or 3 modulo 9.

%C The integers in an index 2 subgroup of the positive rationals under multiplication. As such the sequence is closed under multiplication and - where the result is an integer - under division; also for any positive integer k not in the sequence, the sequence's complement is generated by dividing by k the terms that are multiples of k.

%C Alternatively, the sequence can be viewed as an index 2 subgroup of the positive integers under the commutative binary operation A059897(.,.).

%C Viewed either way, the sequence corresponds to a subgroup of the quotient group derived in the corresponding way from A055047.

%C (End)

%C The asymptotic density of this sequence is 1/2. - _Amiram Eldar_, Apr 03 2022

%H Amiram Eldar, <a href="/A026225/b026225.txt">Table of n, a(n) for n = 1..10000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/SquarefreePart.html">Squarefree Part</a>.

%F From _Peter Munn_, Mar 17 2022:(Start)

%F {a(n) : n >= 1} = {m : A001222(A343430(m)) == 0 (mod 2)}.

%F {a(n) : n >= 1} = {A055047(m) : m >= 1} U {3*A055047(m) : m >= 1}.

%F {a(n) : n >= 1} = {A352274(m) : m >= 1} U {A352274(m)/10 : m >= 1, 10 divides A352274(m)}.

%F (End)

%t a[b_] := Table[Mod[n/b^IntegerExponent[n, b], b], {n, 1, 160}]

%t p[b_, d_] := Flatten[Position[a[b], d]]

%t p[3, 1] (* A026225 *)

%t p[3, 2] (* A026179 without initial 1 *)

%t (* _Clark Kimberling_, Oct 19 2016 *)

%o (PARI) isok(m) = core(m) % 3 == 1 || core(m) % 9 == 3; \\ _Peter Munn_, Mar 17 2022

%Y Elements of array A182828 in ascending order.

%Y Union of A055041 and A055047.

%Y Other subsequences: A007645 (primes), A352274.

%Y Symmetric difference of A003159 and A225838; of A007417 and A189716.

%Y Cf. A001222, A059897, A343430.

%K nonn,easy

%O 1,2

%A _Clark Kimberling_

%E New name from _Peter Munn_, Mar 17 2022

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 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)