login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070872 Numbers n such that A070871(n) = n. 3
1, 2, 6, 66, 216, 1159, 2184 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Could be called nutritionally balanced numbers.

MATHEMATICA

a[0] = 1; a[n_] := a[n] = If[ OddQ[n], a[n/2 - 1/2], a[n/2] + a[n/2 - 1]]; Do[ If[ a[n]*a[n - 1] == n, Print[n]], {n, 1, 5*10^6}]

CROSSREFS

Cf. A002487.

Sequence in context: A193609 A061999 A066756 * A055685 A082619 A046399

Adjacent sequences:  A070869 A070870 A070871 * A070873 A070874 A070875

KEYWORD

nonn

AUTHOR

J. H. Conway, May 17, 2002.

EXTENSIONS

More terms from D. W. Wilson, May 17, 2002.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 04:23 EST 2012. Contains 205694 sequences.