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!)
A110645 Every 12th 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; text; internal format)
OFFSET
0,2
LINKS
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
Sequence in context: A243045 A242931 A341828 * A064913 A066401 A335413
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 March 29 04:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)