Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100677
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100677 a(1) = 1; a(n) = sum{1<=k<=n/2, GCD(k,n)=1} a(k). +0
1
1, 1, 1, 1, 2, 1, 3, 2, 3, 2, 6, 3, 7, 4, 6, 7, 12, 6, 15, 8, 9, 10, 23, 12, 22, 16, 25, 20, 37, 17, 43, 29, 30, 29, 45, 31, 68, 41, 56, 48, 91, 43, 100, 59, 69, 65, 133, 69, 129, 80, 114, 103, 183, 91, 152, 123, 147, 135, 265, 104, 282, 172, 215, 215, 274, 165, 384, 233, 277, 203 (list; graph; listen)
OFFSET

1,5

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

MAPLE

a[1]:=1: for n from 2 to 74 do b:=0: for k from 1 to n/2 do if gcd(k, n)=1 then b:=b+a[k] else b:=b fi od: a[n]:=b: od: seq(a[n], n=1..74);

MATHEMATICA

a[1] = 1; a[n_] := a[n] = Plus @@ (a /@ Select[Range[n/2], GCD[ #, n] == 1 &]); Table[ a[n], {n, 70}] (from Robert G. Wilson v Dec 09 2004)

CROSSREFS

Sequence in context: A104481 A078709 A023022 this_sequence A083290 A121842 A087825

Adjacent sequences: A100674 A100675 A100676 this_sequence A100678 A100679 A100680

KEYWORD

nonn

AUTHOR

Leroy Quet Dec 06 2004

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu) and Robert G. Wilson v, Dec 09 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 18 15:35 EDT 2010. Contains 173617 sequences.


AT&T Labs Research