The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A204512 Square roots of [A055872/8]: Their square written in base 8, with some digit appended, is again a square. 8
0, 0, 0, 1, 2, 6, 12, 35, 70, 204, 408, 1189, 2378, 6930, 13860, 40391, 80782, 235416, 470832, 1372105, 2744210, 7997214, 15994428, 46611179, 93222358, 271669860, 543339720, 1583407981, 3166815962, 9228778026, 18457556052, 53789260175, 107578520350 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Base-8 analog of A031150. The square of the terms (= truncated squares A055872) are listed in A204504.
LINKS
FORMULA
G.f. = x^4*(1 + 2*x)/(1 - 6*x^2 + x^4)
MATHEMATICA
CoefficientList[Series[(x^4 (1+2x))/(1-6x^2+x^4), {x, 0, 40}], x] (* Harvey P. Dale, Nov 30 2020 *)
PROG
(PARI) b=8; for(n=1, 1e7, issquare(n^2\b) & print1(sqrtint(n^2\b)", "))
(PARI) a(n)=polcoeff((2*x^5 + x^4)/(x^4 - 6*x^2 + 1+O(x^n)), n)
CROSSREFS
See also A031149=sqrt(A023110) (base 10), A204502=sqrt(A204503) (base 9), A204514=sqrt(A055872) (base 8), A204516=sqrt(A055859) (base 7), A204518=sqrt(A055851) (base 6), A204520=sqrt(A055812) (base 5), A004275=sqrt(A055808) (base 4), A001075=sqrt(A055793) (base 3), A001541=sqrt(A055792) (base 2).
Sequence in context: A076278 A221989 A349002 * A099576 A303479 A347452
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Jan 15 2012
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 May 23 17:39 EDT 2024. Contains 372765 sequences. (Running on oeis4.)