login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110646 Every 6-th 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; internal format)
OFFSET

0,2

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

Cf. A084067, A110645, A110647, A110648, A110649.

Sequence in context: A026278 A139404 A014455 * A031359 A179852 A110606

Adjacent sequences:  A110643 A110644 A110645 * A110647 A110648 A110649

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com) and Paul D. Hanna (pauldhanna(AT)juno.com), Aug 30 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 14:37 EST 2012. Contains 205930 sequences.