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!)
A117676 Squares for which the digital root is also a square. 1
0, 1, 4, 9, 36, 49, 64, 81, 100, 121, 144, 225, 256, 289, 324, 361, 400, 441, 576, 625, 676, 729, 784, 841, 900, 1089, 1156, 1225, 1296, 1369, 1444, 1521, 1764, 1849, 1936, 2025, 2116, 2209, 2304, 2601, 2704, 2809, 2916, 3025, 3136, 3249, 3600, 3721, 3844 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Empirical g.f.: -x*(x +1)*(x^12 +2*x^11 +3*x^10 +24*x^9 -11*x^8 +26*x^7 -9*x^6 +26*x^5 -11*x^4 +24*x^3 +3*x^2 +2*x +1) / ((x -1)^3*(x^6 +x^5 +x^4 +x^3 +x^2 +x +1)^2). - Colin Barker, Jan 17 2014
MATHEMATICA
drQ[n_]:=IntegerQ[Sqrt[NestWhile[Total[IntegerDigits[#]]&, n, #>9&]]]; Select[Range[0, 100]^2, drQ] (* Harvey P. Dale, Feb 14 2016 *)
CROSSREFS
Cf. A000290.
Sequence in context: A272145 A272221 A334110 * A085575 A082875 A267430
KEYWORD
nonn,base
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), Apr 12 2006
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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)