[go: up one dir, main page]

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 A345681 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A345681 a(0) = 0; for n >= 1, a(n) = A004185(a(n-1)+n).
(history; published version)
#23 by N. J. A. Sloane at Mon Aug 30 22:24:19 EDT 2021
STATUS

proposed

approved

#22 by Michel Marcus at Fri Aug 20 12:25:24 EDT 2021
STATUS

editing

proposed

#21 by Michel Marcus at Fri Aug 20 12:25:21 EDT 2021
COMMENTS

a(9*k+0 or 8) is congruent to 0 (mod 9), a(9*k+1 or 4 or 7) is congruent to 1 (mod 9), a(9*k+2 or 6) is congruent to 3 (mod 9), a(9*k+3 or 5) is congruent to 6 (mod 9).

FORMULA

a(9*k+0 or 8) == 0 (mod 9);

a(9*k+1 or 4 or 7) == 1 (mod 9);

a(9*k+2 or 6) == 3 (mod 9);

a(9*k+3 or 5) == 6 (mod 9).

STATUS

proposed

editing

#20 by Robert P. P. McKone at Mon Aug 16 05:13:54 EDT 2021
STATUS

editing

proposed

Discussion
Mon Aug 16 08:39
Ctibor O. Zizka: Based on numerical experiments  I assume the linear non-homogenous recurrences with constant coefficients of the form a(n) = A004185(c_1*a(n-1) + f(n)) are not reaching a cycle for f(n) polynomial of degree >= 1, but allways reaching a cycle for f(n) = const.
#19 by Robert P. P. McKone at Mon Aug 16 05:12:48 EDT 2021
LINKS

Robert P. P. McKone, <a href="/A345681/b345681.txt">Table of n, a(n) for n = 0..2999</a>

STATUS

proposed

editing

#18 by Robert P. P. McKone at Mon Aug 16 05:05:12 EDT 2021
STATUS

editing

proposed

#17 by Robert P. P. McKone at Mon Aug 16 05:04:48 EDT 2021
MATHEMATICA

a[0] := 0;

a[n_] := FromDigits[Sort[DeleteCases[IntegerDigits[a[n - 1] + n], 0]]];

Table[a[n], {n, 0, 59}] (* Robert P. P. McKone, Aug 16 2021 *)

STATUS

proposed

editing

#16 by Ctibor O. Zizka at Sun Aug 15 06:40:20 EDT 2021
STATUS

editing

proposed

#15 by Ctibor O. Zizka at Sun Aug 15 06:37:40 EDT 2021
COMMENTS

a(9*k+0 or 8) is congruent to 0 (mod 9), a(9*k+1 or 4 or 7) is congruent to 1 (mod 9), a(9*k+2 or 6) is congruent to 3 (mod 9), a(9*k+3 or 5) is congruent to 6 (mod 9).

STATUS

approved

editing

#14 by Bruno Berselli at Mon Jun 28 10:49:11 EDT 2021
STATUS

reviewed

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 29 06:09 EDT 2024. Contains 375510 sequences. (Running on oeis4.)