نتایج جستجو برای: Pentagonal chain

تعداد نتایج: 296378  

Journal: :iranian journal of mathematical chemistry 2013
h. yong wang j. qin i. gutman

the wiener index is the sum of distances between all pairs of vertices in a connected graph. in this paper, explicit expressions for the expected value of the wiener index of three types of random pentagonal chains (cf. figure 1) are obtained.

H. YONG WANG I. GUTMAN J. QIN

The Wiener index is the sum of distances between all pairs of vertices in a connected graph. In this paper, explicit expressions for the expected value of the Wiener index of three types of random pentagonal chains (cf. Figure 1) are obtained.

Journal: :Dalton transactions 2015
Xing-Cai Huang Ming Zhang Dayu Wu Dong Shao Xin-Hua Zhao Wei Huang Xin-Yi Wang

Two one-dimensional (1-D) chain complexes with pentagonal bipyramidal Dy(III) centers have been synthesized and magnetically characterized. Field-induced single molecule magnet behavior has been revealed in both compounds, which is still rarely reported in a lanthanide compound with a pentagonal bipyramidal coordination geometry. Their crystal field parameters and orientations of the magnetic e...

Journal: :Chemical communications 2015
Dong Shao Shao-Liang Zhang Xin-Hua Zhao Xin-Yi Wang

Spin canting, antiferromagnetic ordering, metamagnetism and single-chain magnetism were verified in a cyano-bridged Fe(II) compound synthesized from the pentagonal bipyramidal Fe(II) starting material in the presence of excessive BF4(-) anions.

2011
Kazunori Matsuura Kazuya Murasato Nobuo Kimizuka

Pentagonal conjugates of tryptophane zipper-forming peptide (CKTWTWTE) with a pentaazacyclopentadecane core (Pentagonal-Gly-Trpzip and Pentagonal-Ala-Trpzip) were synthesized and their self-assembling behaviors were investigated in water. Pentagonal-Gly-Trpzip self-assembled into nanofibers with the width of about 5 nm in neutral water (pH 7) via formation of tryptophane zipper, which irreversi...

Journal: :Computers, materials & continua 2023

The petroleum industry has a complex, inflexible and challenging supply chain (SC) that impacts both the national economy as well people’s daily lives with range of services, including transportation, heating, electricity, lubricants, chemicals petrochemicals. In industry, management presents several challenges, especially in logistics sector, are not found other industries. addition, logistica...

2001
PETER C. BURNS

The structure of uranopilite, [(UO2)6(SO4)O2(OH)6(H2O)6](H2O)8, space group P1̄, a 8.896(2), b 14.029(3), c 14.339(3) Å, 96.610(4), 98.472(4), 99.802(4)°, V 1726.1(4) Å3, Z = 2, has been solved and refined on the basis of F2 for all unique data collected with monochromatic MoK X-radiation and a CCD-based detector to an agreement factor (R1) of 7.0%, calculated using 3907 unique observed reflecti...

2017
Da-Zhi Li Lin-Yan Feng Ling Pei Li-Juan Zhang Shu-Guo Wu Hua-Jin Zhai

Boron-based heteroatomic rings can have exotic chemical bonding, in which the p lone-pairs of heteroatoms manage to participate in delocalized p bonding, compensating for boron’s electrondeficiency. We explore herein the bonding properties of ternary B–N–H systems with a pentagonal ring, using the B3N2H5 0/ /2 clusters as examples. Computational structural searches lead to perfectly planar C2v ...

Journal: :The Electronic Journal of Combinatorics 2019

Journal: :Axioms 2022

Let Pn be a pentagonal chain with 2n pentagons in which two edges common can regarded as adding one vertex and to hexagon. Thus, the linear derivation chains QPn represent graph obtained by attaching four-membered rings every of Pn. In this article, Laplacian spectrum consisting eigenvalues symmetric matrices is determined. Next, formulas for invariants that represented spectrum, namely, Kirchh...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->