Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A304509 a(n) = 63*2^n - 39 (n>=1). 4
87, 213, 465, 969, 1977, 3993, 8025, 16089, 32217, 64473, 128985, 258009, 516057, 1032153, 2064345, 4128729, 8257497, 16515033, 33030105, 66060249, 132120537, 264241113, 528482265, 1056964569, 2113929177, 4227858393, 8455716825, 16911433689, 33822867417, 67645734873 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) = number of vertices of the dendrimer nanostar NS2[n], defined pictorially in Fig. 2 of the Madanshekaf reference.
REFERENCES
A. Madanshekaf, The Randic index of some dendrimer nanostars, J. Appl. Math. & Informatics, 29, No. 5-6, 2011, 1075-1080.
LINKS
FORMULA
From Colin Barker, May 15 2018: (Start)
G.f.: 3*x*(29 - 16*x) / ((1 - x)*(1 - 2*x)).
a(n) = 3*a(n-1) - 2*a(n-2) for n>2.
(End)
MAPLE
seq(63*2^n-39, n = 1 .. 40);
MATHEMATICA
Array[63*2^# - 39 &, 30] (* Michael De Vlieger, May 14 2018 *)
PROG
(GAP) List([1..40], n->63*2^n-39); # Muniru A Asiru, May 15 2018
(PARI) Vec(3*x*(29 - 16*x) / ((1 - x)*(1 - 2*x)) + O(x^40)) \\ Colin Barker, May 15 2018
CROSSREFS
Sequence in context: A063336 A129515 A133524 * A020314 A008899 A008879
KEYWORD
nonn,easy
AUTHOR
Emeric Deutsch, May 14 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 August 18 10:08 EDT 2024. Contains 375264 sequences. (Running on oeis4.)