The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A119989 a(1)=1. a(n) = number of terms among the first (n-1) terms of the sequence which are coprime to n(n+1)/2. 1
1, 1, 2, 2, 4, 5, 3, 3, 5, 7, 5, 6, 11, 6, 4, 9, 11, 12, 8, 4, 11, 18, 9, 6, 21, 15, 8, 13, 14, 15, 17, 8, 16, 24, 7, 12, 36, 21, 8, 15, 20, 21, 19, 7, 22, 45, 14, 11, 32, 25, 14, 26, 33, 23, 10, 13, 35, 57, 14, 14, 60, 30, 15, 21, 24, 34, 33, 17, 25, 42, 21, 21, 72, 34, 14, 21, 26, 41 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(PARI) {m=79; print1(a=1, ", "); v=[a]; for(n=2, m, a=0; q=n*(n+1)/2; for(j=1, n-1, if(gcd(v[j], q)==1, a++)); print1(a, ", "); v=concat(v, a))} - (Klaus Brockhaus, Aug 15 2006)
CROSSREFS
Cf. A123953.
Sequence in context: A211188 A057899 A210200 * A137605 A328728 A242348
KEYWORD
nonn
AUTHOR
Leroy Quet, Aug 03 2006
EXTENSIONS
More terms from Klaus Brockhaus, Aug 15 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 June 5 20:25 EDT 2024. Contains 373110 sequences. (Running on oeis4.)