(Translated by https://www.hiragana.jp/)
The On-Line Encyclopedia of Integer Sequences® (OEIS®)
The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)

Revisions by N. J. A. Sloane

(See also N. J. A. Sloane's wiki page
and changes approved by N. J. A. Sloane)

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

Showing entries 1-10 | older changes
A372075 a(1) = 1; thereafter a(n+1) is obtained by prepending the digit-sum of a(n) to a(n).
(history; published version)
#12 by N. J. A. Sloane at Sun Jun 16 14:12:51 EDT 2024
STATUS

proposed

approved

A372074 a(1) = 1; thereafter a(n+1) is obtained by appending the digit-sum of a(n) to a(n).
(history; published version)
#15 by N. J. A. Sloane at Sun Jun 16 14:12:30 EDT 2024
STATUS

proposed

approved

#12 by N. J. A. Sloane at Sun Jun 16 11:26:09 EDT 2024
STATUS

proposed

reviewed

#11 by N. J. A. Sloane at Sun Jun 16 11:25:12 EDT 2024
STATUS

editing

proposed

#10 by N. J. A. Sloane at Sun Jun 16 11:25:05 EDT 2024
MAPLE

s:=1; j1:=[s];

f:=proc(n) local t1, t2;

t1:=digsum(n);

t2:=length(t1); n*10^t2 + t1; end;

for n from 1 to 24 do s:=f(s); j1:=[op(j1), s]; od:

j1;

STATUS

proposed

editing

A372075 a(1) = 1; thereafter a(n+1) is obtained by prepending the digit-sum of a(n) to a(n).
(history; published version)
#3 by N. J. A. Sloane at Sun Jun 16 10:51:23 EDT 2024
STATUS

editing

proposed

#2 by N. J. A. Sloane at Sun Jun 16 10:51:11 EDT 2024
NAME

allocated for N. J. A. Sloane

a(1) = 1; thereafter a(n+1) is obtained by prepending the digit-sum of a(n) to a(n).

DATA

1, 11, 211, 4211, 84211, 1684211, 231684211, 28231684211, 3828231684211, 493828231684211, 62493828231684211, 7062493828231684211, 777062493828231684211, 91777062493828231684211, 10191777062493828231684211, 10310191777062493828231684211

OFFSET

1,2

CROSSREFS

Cf. A372074.

KEYWORD

allocated

nonn,base

AUTHOR

N. J. A. Sloane, Jun 16 2024

STATUS

approved

editing

A372074 a(1) = 1; thereafter a(n+1) is obtained by appending the digit-sum of a(n) to a(n).
(history; published version)
#7 by N. J. A. Sloane at Sun Jun 16 10:48:34 EDT 2024
STATUS

editing

proposed

#6 by N. J. A. Sloane at Sun Jun 16 10:48:12 EDT 2024
CROSSREFS

Cf. A004207A372075.

STATUS

approved

editing

#5 by N. J. A. Sloane at Sun Jun 16 10:42:59 EDT 2024
STATUS

editing

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 June 17 03:50 EDT 2024. Contains 373432 sequences. (Running on oeis4.)