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!)
A110646 Every 6th term of A084067. 4
1, 4, 6, 8, 12, 10, 2, 12, 8, 4, 9, 4, 2, 6, 7, 8, 12, 12, 2, 2, 3, 4, 4, 2, 9, 6, 10, 6, 12, 2, 9, 10, 2, 2, 5, 6, 12, 2, 9, 8, 8, 8, 10, 8, 1, 4, 9, 10, 7, 10, 2, 6, 9, 10, 4, 8, 11, 2, 1, 4, 10, 2, 5, 2, 4, 2, 1, 8, 12, 2, 2, 12, 9, 2, 4, 4, 5, 8, 11, 4, 12, 4, 12, 6, 9, 12, 5, 6, 12, 10, 5, 12, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) {a(n)=local(d=6, m=12, 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
Sequence in context: A320128 A320127 A352374 * A320126 A234520 A275789
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 August 20 03:42 EDT 2024. Contains 375310 sequences. (Running on oeis4.)