The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A350905 Numbers k such that binomial(k, 3) divides binomial(3^k-3, 2). 0
3, 5, 17, 37, 79, 101, 257, 14401, 44101, 47881, 57601, 65537, 677041, 1354081, 2031121, 3766141, 7812169, 8122501, 17907121, 18671941, 19676161, 21381361, 29615041, 30115009, 65246161, 105557761, 144406081, 181254529, 217039681, 242235841, 263062801, 277032001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Are all terms prime numbers?
Conjecture: all terms of the intersection with A350176 are prime numbers.
LINKS
MATHEMATICA
Select[Range[3, 70000], Divisible[Binomial[3^# - 3, 2], Binomial[#, 3]] &] (* Amiram Eldar, Jan 21 2022 *)
PROG
(Magma) [n: n in [3..10^4] | IsZero(Binomial(3^n-3, 2) mod Binomial(n, 3))];
(PARI) is(k) = if(k>2, my(m=Mod(3, (k^3+2*k)/3-k^2)^k); m^2-7*m+12==0); \\ Jinyuan Wang, Jan 22 2022
CROSSREFS
Supersequence of A019434.
Sequence in context: A105894 A305411 A019414 * A249131 A260406 A081762
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Jinyuan Wang, Jan 22 2022
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 June 8 07:10 EDT 2024. Contains 373207 sequences. (Running on oeis4.)