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!)
A258592 Values of k such that the number of rooted trees with k nodes (A000081(k)) is even. 3

%I #14 Mar 01 2019 17:13:50

%S 0,3,4,6,7,9,11,12,13,19,20,21,24,26,29,31,32,34,36,37,39,41,43,44,45,

%T 46,47,48,51,52,53,54,55,57,58,59,60,62,63,66,69,70,72,79,80,81,83,85,

%U 86,88,89,90,91,92,94,95,96,97,100,101,102,103,105,106,107

%N Values of k such that the number of rooted trees with k nodes (A000081(k)) is even.

%C Complement of A263831.

%H G. C. Greubel, <a href="/A258592/b258592.txt">Table of n, a(n) for n = 1..5000</a>

%t Module[{t}, t[1] = 1; t[k_] := t[k] = Sum[DivisorSum[k-m, t[#] # &] t[m]/(k-1), {m, k-1}]; Select[Range[0, 107], EvenQ@t[#] &]] (* after _Alois P. Heinz_ *)

%Y Cf. A000081, A211192, A263831.

%K nonn

%O 1,2

%A _Vladimir Reshetnikov_, Nov 06 2015

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 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)