Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A329623

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

Showing entries 1-10 | older changes
The absolute value of the difference between n and A053392(n), the concatenation of the sums of every pair of consecutive digits of n.
(history; published version)
#19 by R. J. Mathar at Wed Dec 11 08:01:09 EST 2019
STATUS

editing

approved

#18 by R. J. Mathar at Wed Dec 11 08:01:05 EST 2019
MAPLE

A329623 := proc(n)

abs(n-A053392(n)) ;

end proc: # R. J. Mathar, Dec 11 2019

STATUS

approved

editing

#17 by M. F. Hasler at Mon Dec 02 08:01:48 EST 2019
STATUS

editing

approved

#16 by M. F. Hasler at Mon Dec 02 08:01:45 EST 2019
PROG

(PARI) A329623(n)=abs(n-A053393A053392(n)) \\ M. F. Hasler, Dec 02 2019

STATUS

approved

editing

#15 by M. F. Hasler at Mon Dec 02 07:57:28 EST 2019
STATUS

editing

approved

#14 by M. F. Hasler at Mon Dec 02 07:57:01 EST 2019
EXAMPLE

a(9) = 9 as A053392(09) = 0 and | 9 - 0 | = 9.

PROG

(PARI) A329623(n)=abs(n-A053393(n)) \\ M. F. Hasler, Dec 02 2019

STATUS

approved

editing

#13 by M. F. Hasler at Mon Dec 02 07:12:07 EST 2019
STATUS

proposed

approved

#12 by Scott R. Shannon at Mon Nov 25 17:12:55 EST 2019
STATUS

editing

proposed

#11 by Scott R. Shannon at Mon Nov 25 17:12:39 EST 2019
COMMENTS

As A040115 forms the basis of an iterative sequence leading to A329200 and A329201, this sequence forms the basis of a similar sequence A329624. As the concatenation of the digit sum can lead to a value larger than the original term we must take the absolute value of the difference to ensure subsequent terms are always positive. The largest value in the first 10000 terms is a(9991) = 171819.

LINKS

Scott R. Shannon, <a href="/A329623/b329623.txt">Table of n, a(n) for n = 0..10000</a>

STATUS

approved

editing

Discussion
Mon Nov 25
17:12
Scott R. Shannon: adding bfile and note about largest value
#10 by N. J. A. Sloane at Mon Nov 25 16:26:55 EST 2019
STATUS

proposed

approved