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!)
A074069 Numbers n such that S(n) = 3n (see A068119). 1
1, 2, 10, 18, 20, 25, 26, 43, 46, 55, 56, 71, 79, 104, 107, 111, 112, 113, 123, 133, 136, 140, 142, 144, 145, 147, 150, 155, 165, 195, 196, 200, 204, 206, 210, 214, 216, 253, 254, 259, 260, 264, 267, 327, 335, 343, 360, 363, 375, 376, 380, 387, 388, 393 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
ce[n_] := Length[NestWhileList[#*Ceiling[#] &, n + 1/4, ! IntegerQ[#] &]] - 1; nn = Range[395]; t = Accumulate[ce /@ nn]; Select[nn, t[[#]] == 3*# &] (* Jayanta Basu, Jul 29 2013 *)
CROSSREFS
Sequence in context: A077247 A341032 A082939 * A069081 A126005 A017089
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Aug 30 2002
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)