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!)
A086790 a(n) = floor((1+n+2*n^2+4*n^3)/(1+2*n+n^2)) 6
1, 2, 4, 8, 11, 15, 19, 23, 26, 30, 34, 38, 42, 46, 50, 54, 58, 62, 66, 70, 74, 78, 82, 86, 90, 94, 98, 102, 106, 110, 114, 118, 122, 126, 130, 134, 138, 142, 146, 150, 154, 158, 162, 166, 170, 174, 178, 182, 186, 190, 194, 198, 202, 206, 210, 214, 218, 222, 226, 230 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = floor(4*n-6+9/(n+1)-2/(n+1)^2). For n>=8 a(n)=4*n-6 - Benoit Cloitre, Aug 06 2003
EXAMPLE
a(2)=floor((1+2^1+2*2^2+4*2^3)/(1+2*2^1+2^2))=floor(43/9)=floor(4.77778)=4
MATHEMATICA
LinearRecurrence[{2, -1}, {1, 2, 4, 8, 11, 15, 19, 23, 26, 30}, 60] (* Harvey P. Dale, Jun 20 2020 *)
PROG
(PARI) a(n)=floor(4*n-6+9/(n+1)-2/(n+1)^2) \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A034037 A330331 A033153 * A326299 A320448 A115797
KEYWORD
easy,nonn
AUTHOR
Wang Dan (wangdan01(AT)lycos.com), Aug 04 2003
EXTENSIONS
More terms from Benoit Cloitre, Aug 06 2003
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 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)