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!)
A228732 Number of independent subsets in the rooted tree with Matula-Goebel number n that do not contain the root. 3

%I #16 Sep 20 2019 10:32:11

%S 1,2,3,4,5,6,5,8,9,10,8,12,8,10,15,16,9,18,9,20,15,16,13,24,25,16,27,

%T 20,13,30,13,32,24,18,25,36,14,18,24,40,14,30,14,32,45,26,21,48,25,50,

%U 27,32,17,54,40,40,27,26,14,60,22,26,45,64,40,48,17,36

%N Number of independent subsets in the rooted tree with Matula-Goebel number n that do not contain the root.

%C A184165(n) = A228731(n) + a(n);

%C this sequence and A228731 are defined by a pair of mutually recursive functions, see A184165 for definition (called b and c there).

%H Reinhard Zumkeller, <a href="/A228732/b228732.txt">Table of n, a(n) for n = 1..10000</a>

%H <a href="/index/Mat#matula">Index entries for sequences related to Matula-Goebel numbers</a>

%F Completely multiplicative with a(prime(t)) = A228731(t) + A228732(t). - _Andrew Howroyd_, Aug 01 2018

%t r[n_] := FactorInteger[n][[1, 1]];

%t s[n_] := n/r[n];

%t A[n_] := A[n] = If[n==1, {1, 1}, If[PrimeOmega[n]==1, {A[PrimePi[n]][[2]], A[PrimePi[n]] // Total}, A[r[n]] * A[s[n]]]];

%t a[n_] := A[n][[2]];

%t a /@ Range[1, 80] (* _Jean-François Alcover_, Sep 20 2019 *)

%o (Haskell) see A184165.

%Y Cf. A184165, A228731.

%K nonn,mult

%O 1,2

%A _Emeric Deutsch_ and _Reinhard Zumkeller_, Sep 01 2013

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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)