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!)
A112027 a(1)=1; then successively add 1, divide by 2, add 2 and then total up the last 4 terms. 0
1, 2, 1, 3, 7, 8, 4, 6, 25, 26, 13, 15, 79, 80, 40, 42, 241, 242, 121, 123, 727, 728, 364, 366, 2185, 2186, 1093, 1095, 6559, 6560, 3280, 3282, 19681, 19682, 9841, 9843, 59047, 59048, 29524, 29526, 177145, 177146, 88573, 88575, 531439, 531440, 265720, 265722, 1594321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
Joshua Zucker, Posting to Seq Fan mailing list, Nov 24 2005
LINKS
FORMULA
G.f.: -x*(6*x^7-3*x^4-3*x^3-x^2-2*x-1) / ((x-1)*(x+1)*(x^2+1)*(3*x^4-1)). - Colin Barker, Jul 28 2013
MAPLE
a[1]:=1; k:=1; for n from 1 to 16 do k:=k+1; a[k]:=a[k-1]+1; k:=k+1; a[k]:=a[k-1]/2; k:=k+1; a[k]:=a[k-1]+2; k:=k+1; a[k]:=a[k-1]+a[k-2]+a[k-3]+a[k-4]; od;
CROSSREFS
Quadrusections: A058481, A024023, A003462, A067771.
Sequence in context: A019320 A201615 A033640 * A174400 A178079 A258987
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 24 2005
EXTENSIONS
Definition found by Franklin T. Adams-Watters, Feb 01, 2006
More terms from N. J. A. Sloane, Feb 22 2006
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)