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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110645 Every 12-th term of A084067. 4
1, 6, 12, 2, 8, 9, 2, 7, 12, 2, 3, 4, 9, 10, 12, 9, 2, 5, 12, 9, 8, 10, 1, 9, 7, 2, 9, 4, 11, 1, 10, 5, 4, 1, 12, 2, 9, 4, 5, 11, 12, 12, 9, 5, 12, 5, 3, 12, 1, 4, 6, 2, 10, 11, 5, 1, 6, 10, 12, 9, 11, 9, 9, 5, 3, 3, 7, 2, 6, 7, 5, 9, 5, 10, 12, 5, 5, 4, 4, 2, 1, 8, 7, 11, 7, 6, 1, 2, 5, 10, 9, 8, 9, 9 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(PARI) {a(n)=local(d=12, 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, A110646, A110647, A110648, A110649.

Sequence in context: A024267 A028584 A084342 * A064913 A066401 A076590

Adjacent sequences:  A110642 A110643 A110644 * A110646 A110647 A110648

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 07:10 EST 2012. Contains 205874 sequences.