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!)
A061474 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

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 August 18 23:05 EDT 2024. Contains 375284 sequences. (Running on oeis4.)