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!)
A341193 Number of ways to write n as an ordered sum of 4 nonzero decimal palindromes. 9
1, 4, 10, 20, 35, 56, 84, 120, 165, 216, 274, 336, 399, 460, 516, 564, 601, 624, 636, 628, 609, 580, 544, 504, 463, 424, 390, 360, 345, 332, 324, 324, 327, 332, 338, 344, 350, 352, 356, 364, 361, 364, 370, 376, 382, 388, 394, 400, 402, 412, 418, 412, 418, 424, 430, 436, 442 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,2
LINKS
MATHEMATICA
nmax = 60; CoefficientList[Series[Sum[Boole[PalindromeQ[k]] x^k, {k, 1, nmax}]^4, {x, 0, nmax}], x] // Drop[#, 4] &
CROSSREFS
Sequence in context: A347252 A201722 A352208 * A090579 A276643 A000292
KEYWORD
nonn,base
AUTHOR
Ilya Gutkovskiy, Feb 06 2021
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 12:20 EDT 2024. Contains 371937 sequences. (Running on oeis4.)