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!)
A022859 a(n) = [ a(n-1)/a(1) + a(n-3)/a(3) + a(n-5)/a(5) + ... ], for n >= 3. 2
1, 1, 1, 2, 3, 4, 6, 9, 13, 20, 30, 45, 68, 103, 156, 236, 358, 542, 821, 1245, 1887, 2859, 4333, 6568, 9954, 15086, 22865, 34655, 52524, 79608, 120657, 182872, 277169, 420089, 636704, 965015, 1462617, 2216803, 3359879, 5092372 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
MAPLE
A[1]:= 1: A[2]:= 1:
for n from 3 to 100 do
A[n]:= floor(add(A[n-i]/A[i], i=1..n-1, 2));
od:
seq(A[i], i=1..100); # Robert Israel, Aug 06 2019
CROSSREFS
Sequence in context: A172161 A117791 A022860 * A352039 A318728 A220126
KEYWORD
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 April 24 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)