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!)
A067568 Numbers n such that A000009(n) divides A022629(n). 0
0, 1, 2, 5, 9, 11, 15 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Next term > 10^4. - Joerg Arndt, Oct 14 2014
Next term, if it exists, is greater than 1000000. - Vaclav Kotesovec, May 05 2018
LINKS
PROG
(PARI)
N=1002; q='q+O('q^N);
t1=Vec(prod(m=1, N, 1+q^m)); \\ A000009
t2=Vec(prod(m=1, N, 1+m*q^m)); \\ A022629
for(k=1, N, if(t2[k]%t1[k]==0, print1(k-1, ", ")) );
\\ Joerg Arndt, Oct 14 2014
CROSSREFS
Sequence in context: A206904 A189472 A190369 * A190329 A329791 A189522
KEYWORD
nonn,more
AUTHOR
Naohiro Nomoto, Jan 30 2002
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)