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!)
A132083 a(n) = n-th positive integer which is coprime to (2^n +1). Also, a(n) = final term of row n in triangle A132082. 1
1, 2, 4, 4, 7, 7, 10, 8, 13, 12, 16, 12, 19, 17, 25, 16, 25, 23, 28, 21, 31, 27, 34, 24, 40, 32, 43, 29, 43, 42, 46, 32, 49, 42, 59, 38, 55, 47, 58, 40, 61, 59, 64, 46, 79, 57, 70, 48, 74, 63, 76, 55, 79, 73, 91, 56, 85, 72, 88, 63, 91, 77, 103, 64, 106, 88, 100, 72, 103, 93, 106 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a = {1}; Do[i = 1; c = 0; While[c < n, If[GCD[i, 2^n + 1] == 1, c++ ]; i++ ]; AppendTo[a, i - 1], {n, 2, 80}]; a (* Stefan Steinerberger, Dec 26 2007 *)
CROSSREFS
Sequence in context: A023831 A233272 A023844 * A286014 A102465 A139825
KEYWORD
nonn
AUTHOR
Leroy Quet, Aug 09 2007
EXTENSIONS
More terms from Stefan Steinerberger, Dec 26 2007
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 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)