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!)
A067115 Let N = 1357911131517192123252729... = concatenation of odd numbers. Then a(n) = sum of first n digits of N. 1
1, 4, 9, 16, 25, 26, 27, 28, 31, 32, 37, 38, 45, 46, 55, 57, 58, 60, 63, 65, 70, 72, 79, 81, 90, 93, 94, 97, 100, 103, 108 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(6)= 1+3+5+7+9+1 = 26.
MATHEMATICA
Module[{nn=20, codd}, codd=Flatten[IntegerDigits/@(2Range[0, nn]+1)]; Accumulate[ codd]] (* Harvey P. Dale, Jul 09 2021 *)
CROSSREFS
Sequence in context: A225004 A339857 A074373 * A061077 A292675 A254719
KEYWORD
easy,nonn,base
AUTHOR
Amarnath Murthy, Jan 08 2002
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 20 05:17 EDT 2024. Contains 371798 sequences. (Running on oeis4.)