The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A305064 a(n) = 42*2^n - 20. 4
22, 64, 148, 316, 652, 1324, 2668, 5356, 10732, 21484, 42988, 85996, 172012, 344044, 688108, 1376236, 2752492, 5505004, 11010028, 22020076, 44040172, 88080364, 176160748, 352321516, 704643052, 1409286124, 2818572268, 5637144556, 11274289132, 22548578284, 45097156588, 90194313196, 180388626412, 360777252844 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) is the number of vertices in the dendrimer nanostar G[n], defined pictorially in the Iranmanesh et al. reference (Fig. 1, where G[3] is shown) or in Alikhani et al. reference (Fig. 1, where G[3] is shown).
LINKS
S. Alikhani, M. A. Iranmanesh, Eccentric connectivity polynomials of an infinite family of dendrimer, Digest J. Nanomaterials and Biostructures, 6 (2011) 253-257.
E. Deutsch and Sandi Klavzar, M-polynomial and degree-based topological indices, Iranian J. Math. Chemistry, 6, No. 2, 2015, 93-102.
A. Iranmanesh and N. Dorosti, Computing the Cluj index of a type dendrimer nanostars, MATCH Commun. Math. Comput. Chem. 65, 2011, 209-219.
FORMULA
From Colin Barker, May 25 2018: (Start)
G.f.: 2*(11 - x) / ((1 - x)*(1 - 2*x)).
a(n) = 3*a(n-1) - 2*a(n-2) for n>1.
(End)
MAPLE
seq(42*2^n-20, n = 0 .. 40);
PROG
(PARI) Vec(2*(11 - x) / ((1 - x)*(1 - 2*x)) + O(x^40)) \\ Colin Barker, May 25 2018
CROSSREFS
Sequence in context: A140390 A069178 A081929 * A124715 A126376 A136604
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, May 25 2018
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 June 1 04:03 EDT 2024. Contains 373010 sequences. (Running on oeis4.)