OFFSET
1,3
REFERENCES
R. Davies and P. J. Freyd, C_{167}H_{336} is The Smallest Alkane with More Realizable Isomers than the Observable Universe has Particles, Journal of Chemical Education, Vol. 66, April 1989, pp. 278-281.
EXAMPLE
There are 53 such alkanes where the longest chain of carbon atoms is of length 5.
MATHEMATICA
rid[0]=1; rid[r_] := rid[r]=1+Binomial[rid[r-1]+2, 3]; rd[r_] := rid[r]-rid[r-1]; td[1]=1; td[r_] := If[EvenQ[r], Binomial[rd[r/2]+1, 2], Binomial[rid[(r-1)/2]+3, 4]-rd[(r-1)/2]Binomial[rid[(r-3)/2]+2, 3]-Binomial[rid[(r-3)/2]+3, 4]]; td/@Range[12]
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Freyd (pjf(AT)saul.cis.upenn.edu), Feb 02 2002
EXTENSIONS
Edited by Dean Hickerson, Feb 11 2002
STATUS
approved