login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057176 a(0) = 1; and for n >= 1, a(n) = sum{j=0 to a(n-1)(mod n)} a(j). 4
1, 1, 2, 4, 1, 2, 4, 9, 2, 4, 9, 30, 15, 4, 9, 30, 97, 84, 84, 26, 15, 127, 308, 30, 15, 127, 898, 24, 913, 97, 24, 913, 308, 69, 2, 4, 9, 30, 2996, 4217, 308, 560, 97, 69, 1040, 11, 69, 868, 9, 30, 2996, 7327, 14566, 13618, 39, 11544, 26, 1938, 913 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a[0]=1; a[m_] := Sum[a[j], {j, 0, Mod[a[m-1], m]}] - Farideh Firoozbakht (f.firoozbakht(AT)sci.ui.ac.ir), Aug 03 2003

MATHEMATICA

a[m_] := Sum[a[j], {j, 0, Mod[a[m-1], m]}]; vv={1}; Do[a[n]=If[n==0, 1, b]; v=a[n+1]; vv=Insert[vv, v, -1]; b=v, {n, 0, 50}]; vv

CROSSREFS

Sequence in context: A062039 A035492 A101229 * A194671 A131398 A050980

Adjacent sequences:  A057173 A057174 A057175 * A057177 A057178 A057179

KEYWORD

nonn

AUTHOR

Leroy Quet Aug 03 2003

EXTENSIONS

More terms from Farideh Firoozbakht (f.firoozbakht(AT)sci.ui.ac.ir), Aug 03 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 16:56 EST 2012. Contains 205825 sequences.