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!)
A111034 Sum of squares of digits of e. 1
4, 53, 54, 118, 122, 186, 187, 251, 255, 319, 335, 360, 441, 441, 457, 482, 486, 495, 520, 529, 565, 565, 569, 633, 682, 698, 747, 748, 757, 782, 786, 822, 858, 862, 878, 959, 1008, 1057, 1082, 1131, 1135, 1151, 1200, 1200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) is prime for n = 2, 8, 15, 23, 29, ... a(n) is semiprime for n = 1, 4, 5, 7, 10, 11, 16, 21, 22, 24, 26, ... a(n) is a perfect power for n = 1, 13, 14, 20, ... Coincidentally, a(20) = 529 = 23^2 = sum of squares of first 18 digits of pi.
LINKS
FORMULA
a(n) = sum(i=1 to n) A001113(i)^2.
EXAMPLE
a(1) = 2^2 = 4,
a(2) = 2^2 + 7^2 = 53, which is prime,
a(3) = 2^2 + 7^2 + 1^2 = 54,
a(4) = 2^2 + 7^2 + 1^2 + 8^2 = 118,
a(5) = 2^2 + 7^2 + 1^2 + 8^2 + 2^2 = 122.
MATHEMATICA
Accumulate[RealDigits[E, 10, 50][[1]]^2] (* Harvey P. Dale, Apr 05 2011 *)
CROSSREFS
Cf. A001113.
Sequence in context: A193914 A288490 A219160 * A214367 A241872 A109801
KEYWORD
base,easy,nonn
AUTHOR
Jonathan Vos Post, Oct 05 2005
EXTENSIONS
More terms from Harvey P. Dale, Apr 05 2011.
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 August 10 03:36 EDT 2024. Contains 375044 sequences. (Running on oeis4.)