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!)
A305262 a(n) = 140*2^n - 127. 4
13, 153, 433, 993, 2113, 4353, 8833, 17793, 35713, 71553, 143233, 286593, 573313, 1146753, 2293633, 4587393, 9174913, 18349953, 36700033, 73400193, 146800513, 293601153, 587202433, 1174404993, 2348810113, 4697620353, 9395240833, 18790481793, 37580963713, 75161927553, 150323855233 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) is the number of edges of the nanostar dendrimer G[n], shown pictorially as NSD[n] in the Rostami et al. reference (Fig. 2).
LINKS
M. Rostami, M. Shabanian, and H. Moghanian, Some topological indices for theoretical study of two types of nanostar dendrimers, Digest J. of Nanomaterials and Biostructures, Vol. 7, No. 1 (2012), 247-252.
FORMULA
From Colin Barker, May 31 2018: (Start)
G.f.: (13 + 114*x) / ((1 - x)*(1 - 2*x)).
a(n) = 3*a(n-1) - 2*a(n-2) for n>1.
(End)
MAPLE
seq(140*2^n-127, n = 0 .. 40);
PROG
(PARI) a(n) = 140*2^n - 127 \\ Felix Fröhlich, May 29 2018
(PARI) Vec((13 + 114*x) / ((1 - x)*(1 - 2*x)) + O(x^40)) \\ Colin Barker, May 31 2018
CROSSREFS
Sequence in context: A242576 A173448 A097168 * A296722 A252972 A108366
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, May 29 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 April 24 15:42 EDT 2024. Contains 371960 sequences. (Running on oeis4.)