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!)
A119592 a(0)=1, a(1)=2, a(2)=3, a(3)=5, a(4)=7, a(5)=10; a(n) = floor(a(n-1) + 1 + (a(n-2) + 1)/6) for n>=6. 1
1, 2, 3, 5, 7, 10, 12, 14, 17, 20, 24, 28, 33, 38, 44, 51, 59, 68, 79, 91, 105, 121, 139, 160, 184, 211, 242, 278, 319, 366, 420, 482, 553, 634, 727, 833, 955, 1095, 1255, 1438, 1648, 1888, 2163, 2478, 2839, 3253, 3727, 4270, 4892, 5604, 6420, 7355, 8426 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A variant of A119565.
LINKS
MATHEMATICA
a[0]=1; a[1]=2; a[2]=3; a[3]=5; a[4]=7; a[5]=10; a[n_]:=a[n]=Floor[a[n-1]+1+(a[n-2]+1)/6];
CROSSREFS
Cf. A119565.
Sequence in context: A123885 A010062 A119565 * A191892 A087539 A140690
KEYWORD
nonn
AUTHOR
Zak Seidov, Jun 01 2006
EXTENSIONS
Edited by Dean Hickerson, Jun 03 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.)