|
Search: id:A147842
|
|
|
| A147842 |
|
Sum of all balanced numbers less than 10^n. |
|
+0 1
|
|
| 45, 540, 50040, 3364890, 334795890, 27671338200, 2761284321300, 241066406350560, 24071550717893160, 2164109364980520560, 216167870783354294560, 19804111510101766391920
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
See reference for definition of balanced number.
Partial sums of A147808. Up to n=3, equal to the sum of palindromes A002113 < 10^n; then it differs from this sequence by the sum of terms < 10^n in A145808. [From M. F. Hasler (MHasler(AT)univ-ag.fr), Nov 23 2008]
|
|
LINKS
|
Project Euler Problem 217
|
|
FORMULA
|
a(n) = sum( k=1..n, A147808(k)) [From M. F. Hasler (MHasler(AT)univ-ag.fr), Nov 23 2008]
|
|
PROGRAM
|
(PARI) s=0; A147842 = vector(13, k, s+=A147808(k)) [From M. F. Hasler (MHasler(AT)univ-ag.fr), Nov 23 2008]
|
|
CROSSREFS
|
Sequence in context: A086576 A147808 A093529 this_sequence A027783 A090024 A160234
Adjacent sequences: A147839 A147840 A147841 this_sequence A147843 A147844 A147845
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Alexis Olson (AlexisOlson(AT)gmail.com), Nov 14 2008
|
|
EXTENSIONS
|
a(9) - a(13) and link to A147808 by M. F. Hasler (MHasler(AT)univ-ag.fr), Nov 23 2008
|
|
|
Search completed in 0.002 seconds
|