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!)
A110641 Every 10th term of A083950. 3
1, 3, 5, 8, 7, 7, 7, 9, 8, 8, 5, 6, 10, 1, 5, 5, 4, 6, 8, 2, 3, 6, 2, 2, 6, 2, 4, 4, 3, 6, 4, 3, 10, 3, 10, 6, 5, 6, 10, 2, 8, 10, 9, 1, 5, 9, 2, 10, 7, 2, 10, 3, 5, 2, 7, 3, 2, 7, 7, 7, 10, 5, 5, 9, 1, 4, 4, 9, 9, 2, 7, 4, 2, 2, 7, 7, 5, 10, 4, 5, 2, 8, 2, 7, 1, 2, 3, 6, 6, 4, 4, 10, 5, 1, 2, 10, 1, 8, 9, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) {a(n)=local(d=10, m=10, 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: A021740 A172370 A304026 * A121729 A072105 A350693
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 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)