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!)
A182462 a(n) = 3a(n-1) - 2a(n-2) with a(0)=20 and a(1)=50. 6
20, 50, 110, 230, 470, 950, 1910, 3830, 7670, 15350, 30710, 61430, 122870, 245750, 491510, 983030, 1966070, 3932150, 7864310, 15728630, 31457270, 62914550, 125829110, 251658230, 503316470, 1006632950, 2013265910, 4026531830, 8053063670, 16106127350 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Number of vertices into building blocks of 3d objects with 5 vertices.
LINKS
FORMULA
a(n) = a(n-1)*2 + 10.
a(n) = 10*A153893(n). - Michel Marcus, Jun 01 2014
G.f.: -((10*(x - 2))/(2*x^2 - 3*x + 1)). - Vincenzo Librandi, Jun 02 2014
EXAMPLE
a(0) = 5+10+5;
a(1) = 5+10+20+10+5;
a(2) = 5+10+20+40+20+10+5;
a(3) = 5+10+20+40+80+40+20+10+5.
MATHEMATICA
CoefficientList[Series[-((10 (x - 2))/(2 x^2 - 3 x + 1)), {x, 0, 40}], x] (* Vincenzo Librandi, Jun 02 2014 *)
CROSSREFS
Sequence in context: A260093 A304832 A007589 * A231293 A227771 A228023
KEYWORD
easy,nonn
AUTHOR
Odimar Fabeny, Apr 30 2012
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 May 21 07:02 EDT 2024. Contains 372729 sequences. (Running on oeis4.)