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!)
A085899 a(n) = floor( 2*(1 + n + 2*n^2 + 4*n^3)/(1 + 2*n + n^2)). 2
4, 9, 16, 23, 30, 38, 46, 53, 61, 69, 77, 85, 93, 101, 109, 117, 124, 132, 140, 148, 156, 164, 172, 180, 188, 196, 204, 212, 220, 228, 236, 244, 252, 260, 268, 276, 284, 292, 300, 308, 316, 324, 332, 340, 348, 356, 364, 372, 380, 388 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(2) = floor(2*(1*2^0+1*2^1+2*2^2+4*2^3)/(1*2^0+2*2^1+1*2^2)) = floor(2*43/9) = floor(9.55556) = 9.
MATHEMATICA
Table[Floor[(2(1+n+2n^2+4n^3))/(1+2n+n^2)], {n, 50}] (* Harvey P. Dale, Apr 01 2018 *)
PROG
(PARI) a(n) = floor(2*((1 + n + 2*n^2 + 4*n^3)/(1 + 2*n + n^2))); \\ Michel Marcus, Aug 31 2013
CROSSREFS
Sequence in context: A162207 A092614 A313351 * A027874 A009850 A009853
KEYWORD
nonn,easy
AUTHOR
Wang Dan (wangdan01(AT)lycos.com), Aug 15 2003
EXTENSIONS
Definition corrected by Michel Marcus, Aug 31 2013
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 19 02:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)