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!)
A141324 Sum of digits of A002452(n). 1
0, 1, 1, 10, 10, 19, 19, 37, 28, 37, 37, 37, 37, 46, 73, 55, 55, 64, 73, 73, 64, 82, 73, 109, 100, 118, 91, 109, 109, 118, 127, 127, 109, 136, 145, 127, 145, 136, 145, 163, 145, 154, 172, 190, 127, 181, 199, 208, 217, 190, 181, 235, 235, 253, 226, 217, 226, 235, 262 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n)=A007953(A002452(n)).
MAPLE
A002452 := proc(n) (9^n-1)/8 ; end: A007953 := proc(n) local i ; add(i, i=convert(n, base, 10)) ; end: A141324 := proc(n) A007953(A002452(n)) ; end: for n from 0 to 80 do printf("%d, ", A141324(n)) ; od: # R. J. Mathar, Aug 09 2008
MATHEMATICA
Total[IntegerDigits[#]]&/@LinearRecurrence[{10, -9}, {0, 1}, 60] (* Harvey P. Dale, Sep 23 2018 *)
CROSSREFS
Cf. A017173.
Sequence in context: A047879 A344336 A168416 * A097041 A331057 A205724
KEYWORD
nonn,base
AUTHOR
Paul Curtz, Aug 03 2008
EXTENSIONS
Extended by R. J. Mathar, Aug 09 2008
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 24 10:53 EDT 2024. Contains 371936 sequences. (Running on oeis4.)