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!)
A004271 1, 3 and the nonnegative even numbers. 0
0, 1, 2, 3, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = 2*n - 4 + floor(3/n) + delta_{n,2}, n > 0. - Wesley Ivan Hurt, May 23 2013
a(n) = max(2n-4, n) = n + max(n-4,0). - M. F. Hasler, Oct 30 2019
From Chai Wah Wu, Feb 03 2021: (Start)
a(n) = 2*a(n-1) - a(n-2) for n > 5.
G.f.: (x^5 + x)/(x - 1)^2. (End)
PROG
(PARI) a(n)=n+if(n>4, n-4) \\ M. F. Hasler, Oct 30 2019
CROSSREFS
Sequence in context: A137291 A032954 A158023 * A004278 A333183 A068670
KEYWORD
easy,nonn
AUTHOR
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 1 23:54 EDT 2024. Contains 372178 sequences. (Running on oeis4.)