OFFSET
1,2
FORMULA
a(3)=114 is the 14th = a(2)-th term in A005277.
MATHEMATICA
a = Table[0, {10^6}]; Do[b = EulerPhi[n]/2; If[b < 10^6 + 1, a[[b]] = 1], {n, 1, 2 10^7}]; b = Select[ Range[10^6], a[[ # ]] == 0 &]; c = 1; Do[ Print[c]; c = 2b[[c]], {n, 0, 7}]
CROSSREFS
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Jun 20 2002
EXTENSIONS
Changed offset to match formula and a(11)-a(17) from Donovan Johnson, Feb 12 2011
STATUS
approved