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!)
A341204 Number of ways to write n as an ordered sum of 7 nonzero decimal palindromes. 6
1, 7, 28, 84, 210, 462, 924, 1716, 3003, 4998, 7966, 12222, 18123, 26054, 36408, 49560, 65835, 85470, 108591, 135163, 164976, 197632, 232547, 268968, 306005, 342678, 377979, 410914, 440630, 466417, 487788, 504511, 516621, 524412, 528409, 529320, 528003, 525308, 522144 (list; graph; refs; listen; history; text; internal format)
OFFSET
7,2
LINKS
MATHEMATICA
nmax = 45; CoefficientList[Series[Sum[Boole[PalindromeQ[k]] x^k, {k, 1, nmax}]^7, {x, 0, nmax}], x] // Drop[#, 7] &
CROSSREFS
Sequence in context: A049018 A008489 A023032 * A278969 A000579 A290994
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 May 6 23:32 EDT 2024. Contains 372298 sequences. (Running on oeis4.)