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

Showing entries 1-10 | older changes
A235151 Numbers whose sum of digits is 12.
(history; published version)
#11 by Charles R Greathouse IV at Thu Sep 08 08:46:06 EDT 2022
PROG

(MAGMAMagma) [n: n in [1..1000] | &+Intseq(n) eq 12];

Discussion
Thu Sep 08 08:46
OEIS Server: https://oeis.org/edit/global/2944
#10 by Reinhard Zumkeller at Thu Jul 17 02:58:41 EDT 2014
STATUS

editing

approved

#9 by Reinhard Zumkeller at Thu Jul 17 01:28:07 EDT 2014
COMMENTS

A007953(a(n)) = 12; number of repdigits = #{66,444,3333,222222,1^12} = A242627(12) = 5. - Reinhard Zumkeller, Jul 17 2014

PROG

(Haskell)

a235151 n = a235151_list !! (n-1)

a235151_list = filter ((== 12) . a007953) [0..]

-- Reinhard Zumkeller, Jul 17 2014

CROSSREFS

Cf. A011557 (1), A052216 (2), A052217 (3), A052218 (4), A052219 (5), A052220 (6), A052221 (7), A052222 (8), A052223 (9), A052224 (10), A166311 (11), A143164 (13), A235225(14), A235226 (15), A235227 (16), A166370 (17), A235228 (18), A166459 (19), A235229 (20).

A242614, A242627.

STATUS

approved

editing

#8 by Bruno Berselli at Fri Jan 10 12:09:05 EST 2014
STATUS

editing

approved

#7 by Bruno Berselli at Fri Jan 10 12:09:02 EST 2014
KEYWORD

base,nonn,base,changed

STATUS

proposed

editing

#6 by Michel Marcus at Sat Jan 04 08:54:27 EST 2014
STATUS

editing

proposed

#5 by Michel Marcus at Sat Jan 04 08:54:22 EST 2014
KEYWORD

base,nonn,changed

STATUS

proposed

editing

#4 by Vincenzo Librandi at Sat Jan 04 07:06:15 EST 2014
STATUS

editing

proposed

#3 by Vincenzo Librandi at Sat Jan 04 07:04:44 EST 2014
LINKS

Vincenzo Librandi, <a href="/A235151/b235151.txt">Table of n, a(n) for n = 1..1000</a>

MATHEMATICA

Select[Range[2000], Total[IntegerDigits[#]]==12&]

#2 by Vincenzo Librandi at Sat Jan 04 07:00:46 EST 2014
NAME

allocatedNumbers whose sum of fordigits Vincenzois Librandi12.

DATA

39, 48, 57, 66, 75, 84, 93, 129, 138, 147, 156, 165, 174, 183, 192, 219, 228, 237, 246, 255, 264, 273, 282, 291, 309, 318, 327, 336, 345, 354, 363, 372, 381, 390, 408, 417, 426, 435, 444, 453, 462, 471, 480, 507, 516, 525, 534, 543, 552, 561, 570, 606

OFFSET

1,1

PROG

(MAGMA) [n: n in [1..1000] | &+Intseq(n) eq 12];

CROSSREFS

Cf. A052217 - A052224, A143164, A166311, A166370, A166459.

KEYWORD

allocated

nonn

AUTHOR

Vincenzo Librandi, Jan 04 2014

STATUS

approved

editing

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 21:34 EDT 2024. Contains 375518 sequences. (Running on oeis4.)