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!)
A346696 a(n) is the least positive k such that A000041(n) divides A000041(n+k), or 0 if no such k exists. 0
1, 1, 6, 4, 3, 5, 2, 2, 7, 88, 16, 64, 4, 343, 25, 81, 23, 22, 21, 245, 450, 755, 75, 688, 225, 740, 4432, 307, 671, 1055, 18881, 7119, 1415, 4571, 1365, 411, 36005, 5799, 3466, 1410, 4319, 5993, 646, 60775, 4470, 90780, 34595, 36805, 77125, 11051, 2514, 46045, 32713, 114479, 109221, 19322, 571126 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Conjecture: a(n) > 0 for all n.
LINKS
EXAMPLE
a(7) = 2 because A000041(7) = 15 divides A000041(9) = 30.
MATHEMATICA
a[n_]:=(k=1; While[!Divisible[PartitionsP[n+k], PartitionsP@n], k++]; k); Array[a, 30, 0] (* Giorgos Kalogeropoulos, Jul 29 2021 *)
PROG
(PARI) a(n)=my(t=1); while(numbpart(n+t)%numbpart(n), t++); t
CROSSREFS
Sequence in context: A118227 A199429 A235509 * A224927 A200104 A154747
KEYWORD
nonn
AUTHOR
Altug Alkan, Jul 29 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 March 29 01:36 EDT 2024. Contains 371264 sequences. (Running on oeis4.)