login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Search: a002144 -id:a002144
Displaying 481-481 of 481 results found. page 1 ... 45 46 47 48 49
     Sort: relevance | references | number | modified | created      Format: long | short | data
A373747 Nonprime numbers k of the form 4*m+1 such that Sum_{j=0..k-1} 2^j * binomial(3*j, j) == 1 (mod k). +10
0
1, 9, 21, 185, 297, 341, 405, 861, 1113, 1645, 1677, 1833, 2409, 3417, 3621, 4545, 6141, 8549, 8949, 8961, 9309, 10205, 11049, 12441, 15621, 16617, 17313, 18093, 18357, 19401, 19749, 20241, 20793, 21605, 21645, 21837, 22017, 22765, 24753, 25197, 25573, 26469 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The congruence holds for all prime numbers p such that p == 1 (mod 4) (Sawhney, 2017).
LINKS
Mehtaab Sawhney, Problem H-815, Advanced Problems and Solutions, The Fibonacci Quarterly, Vol. 55, No. 4 (2017), p. 374; A congruence with powers of 2 and binomial coefficients, Solution to Problem H-815 by the proposer, ibid., Vol. 57, No. 4 (2019), pp. 377-378.
EXAMPLE
9 is a term since 9 = 3^3 is nonprime, 9 = 4*2 + 1, and Sum_{j=0..8} 2^j * binomial(3*j,j) = 204457267 == 1 (mod 9).
MATHEMATICA
q[n_] := Divisible[Sum[2^k*Binomial[3*k, k], {k, 0, n - 1}] - 1, n]; Select[4*Range[0, 250] + 1, ! PrimeQ[#] && q[#] &]
PROG
(PARI) is(k) = (k % 4 == 1) && !isprime(k) && sum(j = 0, k-1, Mod(2, k)^j * binomial(3*j, j)) == 1;
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Jun 18 2024
STATUS
approved
page 1 ... 45 46 47 48 49

Search completed in 0.216 seconds

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 August 26 11:19 EDT 2024. Contains 375456 sequences. (Running on oeis4.)