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!)
A090825 Nonprimes n such that (3/2)*(1/n)*(2*n+1)*(3^n+1)*B(2*n) is an integer, where B(k) denotes the k-th Bernoulli number. 0

%I #13 Oct 15 2012 22:15:46

%S 1,49,91,119,133,169,217,221,247,259,289,301,323,329,335,343,361,403,

%T 413,427,469,481,497,511,517,527,553,559,589,611,629,637,679,703,707,

%U 721,731,749

%N Nonprimes n such that (3/2)*(1/n)*(2*n+1)*(3^n+1)*B(2*n) is an integer, where B(k) denotes the k-th Bernoulli number.

%C Conjecture: composite numbers with all prime factors in A053176 are in the sequence. For p prime (3/2)*(1/p)*(2*p+1)*(3^p+1)*B(2*p) == 1 (mod p). There are few terms n with (3/2)*(1/n)*(2*n+1)*(3^n+1)*B(2*n) == 1 (mod n): 91,247,....Is this subsequence finite?

%o (PARI) for(n=1,750,if(frac( (3/2)*(1/n)*(2*n+1)*(3^n+1)*bernfrac(2*n))==0,if(isprime(n)==0,print1(n,","))))

%K nonn

%O 1,2

%A _Benoit Cloitre_, Feb 11 2004

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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)