Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)

Revision History for A256085

(Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A256085 Non-palindromic balanced numbers in base 5.
(history; published version)
#5 by N. J. A. Sloane at Sun Mar 15 01:35:35 EDT 2015
STATUS

proposed

approved

#4 by M. F. Hasler at Sat Mar 14 10:18:11 EDT 2015
STATUS

editing

proposed

#3 by M. F. Hasler at Sat Mar 14 10:17:48 EDT 2015
COMMENTS

Here a number is called balanced if the sum of digits weighted by their arithmetic distance from the "center" is zero. Since palindromes (A029952) are trivially balanced, they are excluded here.

Cf. A256082 - A256086, A256077 - A256079, A256075, A256076, A256080, A256081.

PROG

(PARI) is(n, b=5, d=digits(n, b), o=(#d+1)/2)=!(vector(#d, i, i-o)*d~)&~)&&d!=Vecrev(d)

CROSSREFS

Cf. A256082 - A256089, A256075, A256080, A029952.

#2 by M. F. Hasler at Sat Mar 14 08:15:32 EDT 2015
NAME

allocated for M. F. Hasler

Non-palindromic balanced numbers in base 5.

DATA

140, 170, 202, 232, 266, 296, 328, 358, 392, 422, 454, 484, 518, 548, 635, 660, 685, 710, 735, 765, 790, 815, 840, 865, 877, 895, 902, 920, 927, 945, 952, 970, 977, 995, 1007, 1032, 1057, 1082, 1107, 1128, 1137, 1153, 1162, 1178, 1187, 1203, 1212, 1228, 1237, 1261, 1270, 1286, 1295, 1311, 1320, 1336, 1345, 1361, 1370

OFFSET

1,1

COMMENTS

Here a number is called balanced if the sum of digits weighted by their arithmetic distance from the "center" is zero.

This is the base-5 variant of the decimal version A256075 invented by Eric Angelini. See there, and the base-2 version A256082, for further information and examples.

Cf. A256082 - A256086, A256077 - A256079, A256075, A256076, A256080, A256081.

PROG

(PARI) is(n, b=5, d=digits(n, b), o=(#d+1)/2)=!(vector(#d, i, i-o)*d~)&d!=Vecrev(d)

KEYWORD

allocated

nonn,base,changed

AUTHOR

M. F. Hasler, Mar 14 2015

STATUS

approved

editing

#1 by M. F. Hasler at Sat Mar 14 07:44:51 EDT 2015
NAME

allocated for M. F. Hasler

KEYWORD

allocated

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 August 18 19:11 EDT 2024. Contains 375273 sequences. (Running on oeis4.)