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”).

First (leftmost) digit - second digit + third digit - fourth digit .... = 5.
1

%I #5 Jul 12 2015 18:17:18

%S 5,50,61,72,83,94,104,115,126,137,148,159,203,214,225,236,247,258,269,

%T 302,313,324,335,346,357,368,379,401,412,423,434,445,456,467,478,489,

%U 500,511,522,533,544,555,566,577,588,599,610,621,632,643,654,665,676

%N First (leftmost) digit - second digit + third digit - fourth digit .... = 5.

%H Harvey P. Dale, <a href="/A061474/b061474.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Range[1000],Total[Times@@@Partition[Riffle[IntegerDigits[#],{1,-1},{2,-1,2}],2]]==5&] (* _Harvey P. Dale_, Jul 12 2015 *)

%Y Cf. A008593, A060978-A060980, A060982, A061470-A061479, A061870-A061882.

%K nonn,base,easy

%O 1,1

%A _Amarnath Murthy_, May 05 2001

%E More terms from _Robert G. Wilson v_, May 10 2001 and from Larry Reeves (larryr(AT)acm.org), May 14 2001