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!)
A070872 Numbers n such that A070871(n) = n. 3
1, 2, 6, 66, 216, 1159, 2184 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Could be called nutritionally balanced numbers.
LINKS
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 A368511 A368512
KEYWORD
nonn
AUTHOR
J. H. Conway, May 17 2002
EXTENSIONS
More terms from David W. Wilson, May 17 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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)