Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136473
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136473 Primitive solutions to the equation "n divides 2^n + 1". +0
5
1, 3, 171, 13203, 97641, 354537, 2354697, 10970073, 29884473, 33894369, 38265939, 74214171, 116226009, 344380329, 751611177, 892145817, 2595432537, 4014314433 (list; graph; listen)
OFFSET

1,2

COMMENT

This gives a much sparser sequence than the sequence A006521 of all solutions to the equation n | 2^n+1. An element of A006521 is said to be *primitive* if it is not divisible by any smaller element of A006521 having the same prime divisors, and further it is not the lcm of any two smaller elements of A006521. See Proposition 1 of the link.

Every element of this sequence apart from 1 and 3 is divisible either by 27 or by 171. Stronger results hold. For instance, every element of this sequence apart from 1 and 3 is divisible either by 171 or 243 or 13203 or 2354697 or 10970073 or 22032887841. See the link or A136475 for more details about such results. These alternative factors enable the sequence to be generated much more quickly than by the short Maple program given below.

LINKS

Toby Bailey and Chris Smyth, Primitive solutions of n|2^n+1.

EXAMPLE

9 is in A006521 but is not primitive because its set of prime divisors is the same as that of 3, which divides 9 and is in A006521.

250857 is in A006521 but not primitive, as 250857=lcm(171,13203), and both 171 and 13203 are in A006521.

MAPLE

L:=1: S:={}: for j from 3 by 6 to 10^7 do if not 2&^j+1 mod j = 0 then next end if; if not (j in S) then L := L, j end if; S := S union map( ilcm, S, j ) union {j}; S := S union map(`*`, {map2( op, 1, ifactors(j)[2] )[]}, j); end do: L;

CROSSREFS

Cf. A006521, A136474, A136475.

Adjacent sequences: A136470 A136471 A136472 this_sequence A136474 A136475 A136476

Sequence in context: A116506 A032484 A119117 this_sequence A053930 A053920 A125711

KEYWORD

easy,nonn

AUTHOR

Toby Bailey and Chris Smyth (c.smyth(AT)ed.ac.uk), Jan 13 2008

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 October 11 13:47 EDT 2008. Contains 144830 sequences.


AT&T Labs Research