|
Search: id:A072416
|
|
|
| A072416 |
|
a(1) = 2; a(n) = half of the a(n-1)-th even nontotient number. |
|
+0 3
|
|
| 2, 13, 49, 149, 373, 835, 1727, 3383, 6341, 11419, 19966, 34067, 56967, 93578, 151313, 241281, 379934
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
FORMULA
|
a(5)=373=746/2, where 746 is the a(4)=149-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 = 2; Do[ Print[c]; c = b[[c]], {n, 0, 17}]
|
|
CROSSREFS
|
Cf. A006508, A071255, A005277, A072415.
Sequence in context: A002534 A117717 A005584 this_sequence A056305 A056297 A037383
Adjacent sequences: A072413 A072414 A072415 this_sequence A072417 A072418 A072419
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.soete.hu), Jun 17 2002
|
|
EXTENSIONS
|
Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 20 2002
|
|
|
Search completed in 0.002 seconds
|