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!)
A344120 For n >= 0, let N = 243 + n*343, let v(x) be the maximum power of 7 dividing x, and let p(N) be the partition function A000041(N). If v(p(N)) >= v(24*N-1) then a(n)=1, otherwise a(n)=0. 2
0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0
COMMENTS
For n == 2,4, or 5 mod 7, a(n) = 1 [K. G. Ramanathan, p. 149, Corollary 1].
For n == 0,1,3, or 6 mod 7, it appears that a(n) = 0 in about 80% of the cases.
LINKS
K. G. Ramanathan, Ramanujan and the congruence properties of partitions, Prec. Indian Acad. Sci. (Math. Sci.), Vol. 89, Number 3, (1980), 133-157.
EXAMPLE
a(0) = 0 because N = 243, p(243) = 133978259344888 = 2^3 * 7^2 * 97 * 5783 * 609289, so v(p(N)) = 2. Also 24*243 - 1 = 7^3 * 17, and v(24*N-1) = 3.
PROG
(PARI) a(n) = my(N = 243 + n*343); (n%7==2)||(n%7==4)||(n%7==5) || valuation(numbpart(N), 7) >= valuation(24*N-1, 7);
CROSSREFS
Sequence in context: A056051 A143541 A359583 * A090173 A214090 A072784
KEYWORD
nonn
AUTHOR
Washington Bomfim, May 09 2021
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 24 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)