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!)
A260641 Numbers n such that 2^n-1 is in A004782 but not in A081767. 1
2, 3, 7, 9, 12, 13, 17, 23, 25, 26, 31, 33, 37, 41, 44, 45, 46, 48, 49, 55, 56, 57, 61, 65, 67 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It appears that the numbers in A004782 \ A081767 are all of the form 2^n-1; this sequence gives the corresponding n-values.
LINKS
M. Alekseyev, PARI/GP Scripts for Miscellaneous Math Problems, sect. III: Binomial coefficients modulo integers, binomod.gp (v.1.4, 11/2015).
PROG
(PARI) for(k=2, 999, n=2^k-1; !binomod(2*n-2, n-1, n^2-n) && binomod(2*n, n, n^2-1) && print1(k", "))
CROSSREFS
Sequence in context: A103797 A262814 A328982 * A077510 A364052 A178433
KEYWORD
nonn,more
AUTHOR
M. F. Hasler, Nov 11 2015
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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)