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!)
A110632 Every 6th term of A083946 starting from position 0. 3
1, 6, 6, 3, 6, 2, 6, 4, 4, 6, 3, 2, 1, 2, 3, 1, 6, 6, 1, 2, 6, 4, 2, 4, 2, 6, 2, 4, 2, 6, 5, 2, 2, 1, 5, 3, 6, 6, 2, 5, 3, 1, 4, 5, 4, 6, 2, 4, 3, 1, 6, 2, 3, 3, 6, 4, 1, 6, 3, 2, 5, 3, 3, 3, 6, 6, 5, 4, 2, 5, 3, 2, 4, 3, 3, 2, 6, 6, 3, 1, 5, 3, 6, 2, 4, 2, 6, 5, 4, 3, 3, 1, 4, 2, 4, 3, 3, 6, 3, 5, 5, 4, 4, 6, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) {a(n)=local(d=6, m=6, A=1+m*x); for(j=2, d*n, for(k=1, m, t=polcoeff((A+k*x^j+x*O(x^j))^(1/m), j); if(denominator(t)==1, A=A+k*x^j; break))); polcoeff(A, d*n)}
CROSSREFS
Cf. A083946, A110633, A110634, A110631 (m=5), A110635 (m=7).
Sequence in context: A338004 A197510 A360958 * A202068 A301974 A088454
KEYWORD
nonn
AUTHOR
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)