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!)
A305164 a(n) = 28*2^n - 22. 3
6, 34, 90, 202, 426, 874, 1770, 3562, 7146, 14314, 28650, 57322, 114666, 229354, 458730, 917482, 1834986, 3669994, 7340010, 14680042, 29360106, 58720234, 117440490, 234881002, 469762026, 939524074, 1879048170, 3758096362, 7516192746, 15032385514, 30064771050, 60129542122, 120259084266, 240518168554 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) is the number of edges of the second type dendrimer nanostar NS2[n], defined pictorially in the Chen et al. reference (Fig. 1).
LINKS
S. Chen and J. Yang, Second-order and third-order connectivity indices of dendrimer nanostars, International Mathematical Forum, 6, No, 5, 2011, 223-228.
FORMULA
G.f.: 2*(3 + 8*x)/((1 - x)*(1 - 2*x)). - Vincenzo Librandi, May 27 2018
MAPLE
seq(28*2^n-22, n = 0 .. 40);
MATHEMATICA
Table[28 2^n - 22, {n, 0, 33}] (* Vincenzo Librandi, May 27 2018 *)
LinearRecurrence[{3, -2}, {6, 34}, 40] (* Harvey P. Dale, Jun 15 2023 *)
PROG
(Magma) [28*2^n-22: n in [0..33]]; // Vincenzo Librandi, May 27 2018
CROSSREFS
Sequence in context: A233510 A296808 A319199 * A067389 A281057 A341290
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, May 27 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 26 06:08 EDT 2024. Contains 371990 sequences. (Running on oeis4.)