[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A328332 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Expansion of (1 + 4*x - 5*x^2 + 10*x^3) / ((1 - x) * (1 - 10*x^2)).
(history; published version)
#10 by Wesley Ivan Hurt at Thu Aug 25 08:58:40 EDT 2022
STATUS

editing

approved

#9 by Wesley Ivan Hurt at Thu Aug 25 08:58:03 EDT 2022
FORMULA

G.f.: (1 + 4*x - 5*x^2 + 10*x^3) / ((1 - x) * (1 - 10*x^2)).

a(n) = a(n-1) + 10*a(n-2) - 10*a(n-3). - Wesley Ivan Hurt, Aug 25 2022

STATUS

approved

editing

#8 by Giovanni Resta at Sun Oct 13 16:39:44 EDT 2019
STATUS

reviewed

approved

#7 by Joerg Arndt at Sun Oct 13 03:09:54 EDT 2019
STATUS

proposed

reviewed

#6 by Michel Marcus at Sun Oct 13 01:25:12 EDT 2019
STATUS

editing

proposed

#5 by Michel Marcus at Sun Oct 13 01:25:08 EDT 2019
PROG

(PARI) Vec((1 + 4*x - 5*x^2 + 10*x^3) / ((1 - x) * (1 - 10*x^2)) + O(x^30)) \\ Michel Marcus, Oct 13 2019

STATUS

proposed

editing

#4 by Ilya Gutkovskiy at Sat Oct 12 18:32:29 EDT 2019
STATUS

editing

proposed

#3 by Ilya Gutkovskiy at Sat Oct 12 18:12:34 EDT 2019
CROSSREFS
#2 by Ilya Gutkovskiy at Sat Oct 12 18:07:14 EDT 2019
NAME

allocated for Ilya Gutkovskiy

Expansion of (1 + 4*x - 5*x^2 + 10*x^3) / ((1 - x) * (1 - 10*x^2)).

DATA

1, 5, 10, 60, 110, 610, 1110, 6110, 11110, 61110, 111110, 611110, 1111110, 6111110, 11111110, 61111110, 111111110, 611111110, 1111111110, 6111111110, 11111111110, 61111111110, 111111111110, 611111111110, 1111111111110, 6111111111110, 11111111111110, 61111111111110, 111111111111110

OFFSET

0,2

COMMENTS

Number of odd palindromes <= 10^n.

LINKS

Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PalindromicNumber.html">Palindromic Number</a>

<a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (1,10,-10).

MATHEMATICA

nmax = 28; CoefficientList[Series[(1 + 4 x - 5 x^2 + 10 x^3) / ((1 - x) (1 - 10 x^2)), {x, 0, nmax}], x]

Join[{1}, LinearRecurrence[{1, 10, -10}, {5, 10, 60}, 28]]

CROSSREFS
KEYWORD

allocated

nonn,base,easy

AUTHOR

Ilya Gutkovskiy, Oct 12 2019

STATUS

approved

editing

#1 by Ilya Gutkovskiy at Sat Oct 12 18:07:14 EDT 2019
NAME

allocated for Ilya Gutkovskiy

KEYWORD

allocated

STATUS

approved