Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A099647
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A099647 Function f[n]=1+Sum[digit^2 of n] is iterated as in A099646. Values x for which A099646[x]=1 are listed here. These terms are analogous to happy-numbers [=A007770]. +0
2
35, 36, 46, 53, 57, 63, 64, 75, 135, 138, 153, 156, 165, 183, 237, 245, 246, 254, 264, 273, 279, 297, 305, 306, 315, 318, 327, 334, 343, 347, 350, 351, 360, 372, 374, 381, 388, 406, 425, 426, 433, 437, 452, 460, 462, 473, 503, 507, 513, 516, 524, 530, 531 (list; graph; listen)
OFFSET

1,1

COMMENT

Iteration g[x] applied in A031176 is slightly modified to obtain actual function to iterate here: f[x]=1+g[x].Initial values resulting in fixed points are collected.

EXAMPLE

n=35 is here because list={36,46,53,[35],35,...} with transient t=3,

c=1 cycle-length;

MATHEMATICA

ed[x_] :=IntegerDigits[x]; f[x_] :=Apply[Plus, ed[x]^2]+1; itef[x_, ho_] :=NestList[f, x, ho]; tmc=Table[Length[Union[itef[w, 100], {w, 1, 256}]; c1=Table[Min[Flatten[Position[itef[w, Length[Union[itef[w, 100]]]] -Last[itef[w, Length[Union[itef[w, 100]]]]], 0]]], {w, 1, 256}]; Flatten[Position[c1, 1]]

CROSSREFS

Cf. A031176, A099645, A007770, A099646.

Sequence in context: A022991 A023477 A146205 this_sequence A064993 A041611 A064610

Adjacent sequences: A099644 A099645 A099646 this_sequence A099648 A099649 A099650

KEYWORD

base,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Nov 11 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 21 14:49 EST 2008. Contains 150807 sequences.


AT&T Labs Research