login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A032103 Number of dyslexic identity planted planar trees with n+1 nodes and leaves of 2 colors. 1
2, 2, 3, 9, 32, 125, 489, 1971, 8057, 33582, 141854, 606967, 2623678, 11444588, 50306835, 222638649, 991173730, 4435974275, 19946529375, 90069370028, 408261634445, 1856940442884, 8472695323318 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
C. G. Bower, Transforms (2)
FORMULA
Shifts left under "BHK" (reversible, identity, unlabeled) transform
PROG
(PARI)
BHK(p)={p + (1/(1-p) - (1+p)/subst(1-p, x, x^2))/2}
seq(n)={my(p=O(1)); for(i=1, n, p=2+BHK(x*p)); Vec(p)} \\ Andrew Howroyd, Aug 30 2018
CROSSREFS
Sequence in context: A021821 A019234 A032172 * A091044 A079661 A220644
KEYWORD
nonn
AUTHOR
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 December 3 19:10 EST 2023. Contains 367540 sequences. (Running on oeis4.)