Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122965
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122965 a(0)=0, a(1)=1; at n>1 a(n) = a(n-1) + (sum of numbers<n among a(0),a(1),..,a(n-1) which are coprime to n). +0
2
0, 1, 2, 5, 6, 9, 15, 29, 35, 43, 53, 76, 82, 105, 120, 123, 153, 191, 197, 235, 245, 253, 283, 321, 327, 345, 375, 383, 413, 451, 481, 548, 607, 644, 703, 750, 820, 922, 1016, 1088, 1127, 1229, 1264, 1366, 1503, 1578, 1715, 1860, 1973, 2083, 2165, 2280, 2417 (list; graph; listen)
OFFSET

0,3

MATHEMATICA

s={0, 1}; b=1; Do[b=b+Total[Select[Range[n-1], GCD[ #1, n]==1&&MemberQ[s, #1]&]]; AppendTo[s, b], {n, 2, 100}]; s

CROSSREFS

Cf. A122847.

Sequence in context: A103982 A030488 A051677 this_sequence A054463 A007503 A112967

Adjacent sequences: A122962 A122963 A122964 this_sequence A122966 A122967 A122968

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Oct 27 2006

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 | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research