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!)
A304613 a(n) = 87*2^n - 45. 4
42, 129, 303, 651, 1347, 2739, 5523, 11091, 22227, 44499, 89043, 178131, 356307, 712659, 1425363, 2850771, 5701587, 11403219, 22806483, 45613011, 91226067, 182452179, 364904403, 729808851, 1459617747, 2919235539, 5838471123, 11676942291, 23353884627, 46707769299 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) is the number of edges of the nanostar dendrimer NS[n] from the Mirzargar reference.
LINKS
M. Mirzargar, PI, Szeged and edge Szeged polynomials of a dendrimer nanostar, MATCH, Commun. Math. Comput. Chem. 62, 2009, 363-370.
FORMULA
From Colin Barker, May 17 2018: (Start)
G.f.: 3*(14 + x) / ((1 - x)*(1 - 2*x)).
a(n) = 3*a(n-1) - 2*a(n-2) for n>1.
(End)
MAPLE
seq(87*2^n-45, n = 0 .. 40);
PROG
(GAP) List([0..40], n->87*2^n-45); # Muniru A Asiru, May 17 2018
(PARI) a(n) = 87*2^n - 45; \\ Altug Alkan, May 17 2018
(PARI) Vec(3*(14 + x) / ((1 - x)*(1 - 2*x)) + O(x^40)) \\ Colin Barker, May 17 2018
CROSSREFS
Sequence in context: A261995 A298236 A299362 * A005557 A244102 A045088
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, May 16 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 12:50 EDT 2024. Contains 371943 sequences. (Running on oeis4.)