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!)
A067456 Floor( sqrt( sum of the decimal digits of n squared)). 0
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 2, 2, 2, 3, 4, 5, 6, 7, 8, 9, 3, 3, 3, 4, 5, 5, 6, 7, 8, 9, 4, 4, 4, 5, 5, 6, 7, 8, 8, 9, 5, 5, 5, 5, 6, 7, 7, 8, 9, 10, 6, 6, 6, 6, 7, 7, 8, 9, 10, 10, 7, 7, 7, 7, 8, 8, 9, 9, 10, 11, 8, 8, 8, 8, 8, 9, 10, 10, 11, 12, 9, 9, 9, 9, 9, 10, 10, 11 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Terms from Robert G. Wilson v.
LINKS
FORMULA
a(n) = floor(sqrt(A003132)).
MATHEMATICA
Table[Floor[Sqrt[Apply[Plus, IntegerDigits[n]^2]]], {n, 0, 100}] (* Robert G. Wilson v *)
CROSSREFS
Sequence in context: A133048 A214950 A054055 * A052429 A051802 A051801
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Feb 05 2002
EXTENSIONS
a(0)=0 inserted by Sean A. Irvine, Dec 16 2023
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 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)